nf-core/catpack/bins @ 0.0.0-6c4ed3a
Summary
Taxonomic classification of long DNA sequences and metagenome assembled genomes (e.g. MAGs / bins).
Get started
Add the following snippet to your workflow script to include this module.
include { CATPACK_BINS } from 'nf-core/catpack/bins'
License
MIT License
Name
|
CATPACK_BINS |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bins
file
|
One or more nucleotide FASTA file containing binned long DNA sequences. *.{fasta,fna,fa,fas}
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
database
directory
|
Directory containing CAT_pack database files (e.g. output from CAT_pack prepare) */
|
meta3
map
|
Groovy Map containing sample information e.g. |
|---|---|
taxonomy
directory
|
Directory containing CAT_pack taxonomy files (e.g. output from CAT_pack prepare) */
|
meta4
map
|
Groovy Map containing sample information e.g. |
|---|---|
proteins
directory
|
Optional pre predicted-made proteins FASTA *.{fasta,faa,fa,fas}
|
meta5
map
|
Groovy Map containing sample information e.g. |
|---|---|
diamond_table
directory
|
Optional pre-made DIAMOND alignment table *
|
bin_suffix
string
|
Suffix to search for in the input files when |
|---|
faa
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.predicted_proteins.faa
file
|
FAA file of DIAMOND predicted proteins hits |
gff
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.gff
file
|
GFF file of DIAMOND predicted proteins hits |
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.log
file
|
Log file with run messages and basic statistics |
diamond
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.diamond
file
|
Intermediate DIAMOND TSV summary output file with alignment results |
orf2lca
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.ORF2LCA.txt
file
|
A TSV file with per-ORF hit stats and identified lineage *.ORF2LCA.txt
|
versions_catpack
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
catpack
string
|
The tool name |
CAT_pack --version | sed 's/CAT_pack pack v//g;s/ .*//g'
eval
|
The expression to obtain the version of the tool |
bin2classification
tuple
meta
map
|
|---|