Minia is a short-read assembler based on a de Bruijn graph
Input
name:type
description
pattern
meta
:map
Groovy Map containing sample information
e.g. [ id:‘test’ ]
reads
:file
Input reads in FastQ format
*.{fastq.gz, fastq}
Output
name:type
description
pattern
contigs
meta
:map
Groovy Map containing sample information
e.g. [ id:‘test’ ]
*.contigs.fa.gz
:file
The assembled contigs
*.contigs.fa.gz
unitigs
meta
:map
Groovy Map containing sample information
e.g. [ id:‘test’ ]
*.unitigs.fa.gz
:file
The assembled unitigs
*.unitigs.fa.gz
h5
meta
:map
Groovy Map containing sample information
e.g. [ id:‘test’ ]
*.h5
:file
Minia assembly graph in binary h5 format
*.h5
log
meta
:map
Groovy Map containing sample information
e.g. [ id:‘test’ ]
*-minia.log
:file
Minia assembly log file
*-minia.log
versions_minia
${task.process}
:string
The name of the process
minia
:string
The name of the tool
minia -v | sed -n 's/Minia version //p'
:eval
The expression to obtain the version of the tool
Topics
name:type
description
pattern
versions
${task.process}
:string
The name of the process
minia
:string
The name of the tool
minia -v | sed -n 's/Minia version //p'
:eval
The expression to obtain the version of the tool
Tools
minia
AGPL-3.0-or-later
Minia is a short-read assembler based on a de Bruijn graph, capable of assembling
a human genome on a desktop computer in a day. The output of Minia is a set of contigs.