Open JustGitting opened 8 years ago
Unfortunately, VSEARCH does not support the _clusterotus functionality...yet.
Looks like vsearch
support only extends to the --derep_fulllength
command.
https://github.com/pjeraldo/imtornado2/commit/3faaa712dfda51f70df8fd1c125c4f6ce87f15af#diff-41b175b7529bf026a4e17a10d957fa26R102
👍 for vsearch support! It is an excellent piece of open source science software (and the devs are nice).
Hi,
I tried to substitute USEARCH with VSEARCH by setting the following parameter in the tornado-params.sh file:
However, I get the following error when executing the tornado_run_pipeline.sh
I've searched VSEARCH's documentation, but it would appear to lack the OTU clustering function of USEARCH.
I would be keen to remove the dependency of USEARCH in place of VSEARCH because we can check and improve the source code of the later.
In the mean time, is it possible to turn off the "-cluster_otus" option until VSEARCH implements the function?
Thanks