Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Tool
Racon2
BUSCO5
FastQC5
MultiQC5
Stacks5
Bandage3
Bwa-mem23
Minimap23
QUAST3
SAMtools3
BEDTools2
fastp2
Flye2
StringTie2
Biopython1
compute_sequence_length1
Cutadapt1
FASTX-Toolkit1
FGENESH1
GenomeScope 2.01
gfastats1
ggplot21
HiFiAdapterFilt1
HISAT21
Medaka1
Merqury1
NanoPlot1
picard_samtofastq1
purge_dups1
RepeatMasker1
RepeatModeler1
seqtk1
TransDecoder1
Trimmomatic1
YaHS1
More...
Workflow type
Galaxy2
Submitter
Anna Syme2
Space
Australian BioCommons2
Creator
Anna Syme2
Topic annotations
Sequence assembly2
Assembly polishing subworkflow: Racon polishing with long reads
Inputs: long reads and assembly contigs
Workflow steps:
- minimap2 : long reads are mapped to assembly => overlaps.paf.
- overaps, long reads, assembly => Racon => polished assembly 1
- using polished assembly 1 as input; repeat minimap2 + racon => polished assembly 2
- using polished assembly 2 as input, repeat minimap2 + racon => polished assembly 3
- using polished assembly 3 as input, repeat minimap2 + racon => ...
Assembly polishing subworkflow: Racon polishing with short reads
Inputs: short reads and assembly (usually pre-polished with other tools first, e.g. Racon + long reads; Medaka)
Workflow steps:
- minimap2: short reads (R1 only) are mapped to the assembly => overlaps.paf. Minimap2 setting is for short reads.
- overlaps + short reads + assembly => Racon => polished assembly 1
- using polished assembly 1 as input; repeat minimap2 + racon => polished assembly 2
- Racon short-read polished ...