jhuapl-bio / taxtriage

TaxTriage is a Nextflow workflow designed to agnostically identify and classify microbial organisms within short- or long-read metagenomic NGS data. This flexible tool was developed with various use-cases of mNGS in mind.
MIT License
21 stars 4 forks source link

Allow Multi FASTA input for `--reference_fasta` parameter #71

Closed Merritt-Brian closed 1 week ago

Merritt-Brian commented 1 week ago

Description of feature

Currently, only the first fasta is used in the --reference_fasta parameter, allow multiple fastas to be added. Additionally, provide support for a directory of fasta files

Will likely need to disable bt2_indices to do so

Merritt-Brian commented 1 week ago

Completed in #72