nf-core/vamb/bin @ 0.0.0-6c4ed3a
Summary
Variational autoencoder for metagenomic binning
Get started
Add the following snippet to your workflow script to include this module.
include { VAMB_BIN } from 'nf-core/vamb/bin'
License
MIT License
Name
|
VAMB_BIN |
|---|
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
assembly
file
|
FASTA file of contigs for binning *.{fa,fas,fasta,fna,fa.gz,fas.gz,fasta.gz,fna.gz}
|
abundance_tsv
file
|
TSV describing abundance of contigs in the provided assembly with headers contigname\tsample1\tsample2... ctg00001\t10.0\t5.0 Not compatible with bam input. *.tsv
|
bams
file
|
List of sorted bam files of reads mapped to the reference assembly. Not compatible with TSV input. *.bam
|
taxonomy
file
|
TSV describing the taxonomic lineage of each contig, with headers contigs\tpredictions ctg00001\tBacteria;Pseudomonadati;Pseudomonadota;Gammaproteobacteria;Enterobacterales;Enterobacteriacea;Escherichia coli *.tsv
|
log
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/log.txt
file
|
Vamb log file *.log
|
bins
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/bins/*.fna.gz
file
|
List of FASTA files of binned contigs *.fna.gz
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
abundance
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/abundance.npz
file
|
Numpy array of the abundance of contigs *.npz
|
composition
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/composition.npz
file
|
Numpy array of the kmer composition of the contigs *.npz
|
clusters_split
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/vae*_clusters_split.tsv
file
|
TSV defining the output bin clusters if binsplitting enabled *.tsv
|
latent_encoding
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/latent.npz
file
|
Numpy array of the latent embedding of the contigs *.npz
|
clusters_unsplit
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/vae*_clusters_unsplit.tsv
file
|
TSV defining the output bin clusters without binsplitting *.tsv
|
clusters_metadata
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/vae*_clusters_metadata.tsv
file
|
TSV describing the metadata of the output bin clusters *.tsv
|
taxometer_results
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}/results_taxometer.tsv
file
|
TSV describing the refined taxonomic lineage of each contig, with headers contigs\tpredictions\tscores *.tsv
|