Hello,
I submitted the following command
pick_closed_reference_otus.py -i seqs.fna -o study_closed_otus -p $location/closed_otus_params.txt
with the options
pick_otus:otu_picking_method usearch61
pick_otus:enable_rev_strand_match True
in closed_otus_params.txt.
When I run the command, I get the error
Traceback (most recent call last):
File "/hpf/tools/centos6/python/2.7.9/bin/pick_closed_reference_otus.py", line 233, in <module>
main()
File "/hpf/tools/centos6/python/2.7.9/bin/pick_closed_reference_otus.py", line 224, in main
status_update_callback=status_update_callback)
File "/hpf/tools/centos6/python/2.7.9/lib/python2.7/site-packages/qiime/workflow/upstream.py", line 348, in run_pick_closed_reference_otus
% (otu_picking_method, ' '.join(reference_otu_picking_methods))
AssertionError: Invalid OTU picking method supplied: usearch61. Valid choices are: blast uclust_ref usearch61_ref usearch_ref sortmerna
I think I implemented it correctly because when I type in usearch61 --version, I get
vsearch v2.4.1_linux_x86_64, 126.1GB RAM, 32 cores
So I am not sure why usearch61 is an invalid option. Thanks.