An ultra-fast metagenomic assembler for large and complex metagenomics
Input
name:type
description
pattern
meta{:bash}
:map
Groovy Map containing sample information and input single, or paired-end FASTA/FASTQ files (optionally decompressed)
e.g. [ id:‘test’, single_end:false ]
reads1{:bash}
:file
A single or list of input FastQ files for single-end or R1 of paired-end library(s),
respectively in gzipped or uncompressed FASTQ or FASTA format.
reads2{:bash}
:file
A single or list of input FastQ files for R2 of paired-end library(s),
respectively in gzipped or uncompressed FASTQ or FASTA format.
Output
name:type
description
pattern
contigs{:bash}
meta{:bash}
:map
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
*.contigs.fa.gz{:bash}
:file
Final final contigs result of the assembly in FASTA format.
*.contigs.fa.gz
k_contigs{:bash}
meta{:bash}
:map
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
intermediate_contigs/k*.contigs.fa.gz{:bash}
:file
Contigs assembled from the de Bruijn graph of order-K
k*.contigs.fa.gz
addi_contigs{:bash}
meta{:bash}
:map
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
intermediate_contigs/k*.addi.fa.gz{:bash}
:file
Contigs assembled after iteratively removing local low coverage unitigs in the de Bruijn graph of order-K
k*.addi.fa.gz
local_contigs{:bash}
meta{:bash}
:map
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
intermediate_contigs/k*.local.fa.gz{:bash}
:file
Contigs of the locally assembled contigs for k=K
k*.local.fa.gz
kfinal_contigs{:bash}
meta{:bash}
:map
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]