Workflows
What is a Workflow?Filters
Query
Created At
Updated At
Tool
Minimap23
FastQC7
BUSCO6
MultiQC5
SAMtools5
SCANPY5
Stacks5
QUAST4
Bandage3
Bwa-mem23
Trimmomatic3
BEDTools2
BWA2
fastp2
FASTX-Toolkit2
Flye2
Merqury2
Racon2
StringTie2
VSEARCH2
Biopython1
Bracken1
compute_sequence_length1
Cutadapt1
DeepVariant1
FGENESH1
GenomeScope 2.01
gfastats1
ggplot21
HiFiAdapterFilt1
HISAT21
kraken21
KrakenTools1
Medaka1
NanoPlot1
Nextflow1
PEAR1
picard_samtofastq1
purge_dups1
RepeatMasker1
RepeatModeler1
seqtk1
STAR1
taxonomy_krona_chart1
TransDecoder1
YaHS1
More...
Workflow type
Galaxy3
Space
Australian BioCommons3
Topic annotations
Sequence assembly3
Operation annotations
Genome assembly1
Sequence alignment1
Sequence assembly1
Sequence assembly validation1
Sequence cutting1
Maturity
Stable1
Stable
Purge-duplicates-from-hifiasm-assembly
General recommendations for using Purge-duplicates-from-hifiasm-assembly
Please see the Genome assembly with hifiasm on Galaxy Australia
guide.
Acknowledgements
The workflow & the doc_guidelines template used are supported by the Australian BioCommons via Bioplatforms Australia funding, the Australian ...
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 ...