fasta_build_add_kraken2_bracken
KRAKEN2 and BRACKEN build custom database subworkflow
metagenomicskraken2databasebuildcustombracken
Input
name:type
description
pattern
Channel containing a meta with a list of FASTAs to be built
Structure: [ val(meta), [ fasta1, fasta2, fasta3 ] ]
*.{fasta,fa,fna}
Channel containing a NCBI-style taxdump names file
Structure: [ names.dmp ]
names.dmp
Channel containing a NCBI-style taxdump nodes file
Structure: [ nodes.dmp ]
nodes.dmp
Channel containing a NCBI-style taxdump accession2taxid (acc2tax) file
Structure: [ accession2taxid_file ]
*.accession2taxid
Boolean flag whether to clean up intermediate files after build or not.
If val_runbrackenbuild set, will be ignored as BRACKEN requires intermediate files.
Structure: [ val_cleanintermediate ]
true|false