Hello,
I am currently using the HUMAnN 3 workflow to taxonomically and functionally characterize shotgun metagenomic sequence data derived from human stool samples. During the workflow, I would like MetaPhlAn to output normalized marker counts, but when I use the following command:
humann --input input_data.fastq \
--output output_directory \
--output-basename $FILE_NAME \
--metaphlan-options '-t marker_ab_table --add_viruses' \
--nucleotide-database full_chocophlan.v296_201901 \
--protein-database uniref90_annotated_v201901 \
--prescreen-threshold 0.001 \
--threads 2 \
--verbose
the prescreen step results in no species selected for the custom database. When I change ‘-t marker_ab_table --add_viruses’ to ‘-t rel_ab --add_viruses’ the prescreen works as expected, detecting around 60 species during prescreen. Is there a reason why the prescreen step isn’t picking up species when using ‘-t marker_ab_table’ parameter?
Thank you for any help you can provide!
Best,
Zach