Hi,
I am doing analyses of 16S data in qiime and am at the point where I need to do chimera detection, dereplicate etc. I am running qiime 1.9.1 on a virtualbox and it does not have usearch61 installed, but based on what I have read on the qiime forum and elsewhere I would like to use vsearch anyways. I downloaded vsearch-1.8.0 from
https://github.com/torognes/vsearch and I have renamed the binary file usearch61 so it will be recognized in qiime. A PATH was created as follows: qiime@qiime-190-virtual-box:/$ export PATH=/home/qiime/Desktop/vsearch-1.8.0/bin/:$PATH
As a test I ran the below script on a subset of my data and received the below message. The output directory contained 5 files, which I also listed below along with the details contained in the 2 log files. I am not sure what to expect as this is my attempt at 16S data analyses and using these tools. Any feedback is greatly appreciated.
Thanks,
Diana
______
qiime@qiime-190-virtual-box:~/Desktop/TestFolder/Seqs$ identify_chimeric_seqs.py -i seqs.fna -m usearch61 -o usearch_check_chimeras/ -r rdp_gold.fa
Traceback (most recent call last):
File "/usr/local/bin/identify_chimeric_seqs.py", line 354, in <module>
main()
File "/usr/local/bin/identify_chimeric_seqs.py", line 350, in main
threads=threads)
File "/usr/local/lib/python2.7/dist-packages/qiime/identify_chimeric_seqs.py", line 774, in usearch61_chimera_check
log_lines, verbose, threads)
File "/usr/local/lib/python2.7/dist-packages/qiime/identify_chimeric_seqs.py", line 961, in identify_chimeras_usearch61
HALT_EXEC=HALT_EXEC)
File "/usr/local/lib/python2.7/dist-packages/bfillings/usearch.py", line 2411, in usearch61_chimera_check_ref
app_result = app()
File "/usr/local/lib/python2.7/dist-packages/burrito/util.py", line 285, in __call__
'StdErr:\n%s\n' % open(errfile).read())
burrito.util.ApplicationError: Unacceptable application exit status: 1
Command:
cd "/home/qiime/Desktop/TestFolder/Seqs/usearch_check_chimeras/"; usearch61 --mindiffs 3 --uchime_ref "/home/qiime/Desktop/TestFolder/Seqs/usearch_check_chimeras/seqs.fna_consensus_fixed.fasta" --minh 0.28 --xn 8.0 --minseqlength 64 --threads 0.5 --mindiv 0.8 --uchimeout "/home/qiime/Desktop/TestFolder/Seqs/usearch_check_chimeras/seqs.fna_chimeras_ref.uchime" --dn 1.4 --strand plus --db "/home/qiime/Desktop/TestFolder/Seqs/rdp_gold.fa" --log "/home/qiime/Desktop/TestFolder/Seqs/usearch_check_chimeras/seqs.fna_chimeras_ref.log" > "/tmp/tmpDG5xUFHBJqxjVyIYCcBE.txt" 2> "/tmp/tmpRKnFMjRLIuRmYHXT9wUl.txt"
StdOut:
StdErr:
Fatal error: Illegal option argument
List of 5 files obtained in the output directory:
seqs.fna_chimeras_denovo.log
seqs.fna_chimeras_denovo.uchime
seqs.fna_consensus_fixed.fasta
seqs.fna_consensus_with_abundance.fasta
seqs.fna_consensus_with_abundance.uc
seqs.fna_smallmem_clustered.log
Below I have copy-pasted the contents of the log files
seqs.fna_chimeras_denovo.log
vsearch v1.8.0_linux_x86_64, 4.4GB RAM, 2 cores
usearch61 --mindiffs 3 --uchime_denovo /home/qiime/Desktop/TestFolder/usearch_check_chimeras/seqs.fna_consensus_fixed.fasta --minh 0.28 --xn 8.0 --minseqlength 64 --mindiv 0.8 --abskew 2.0 --uchimeout /home/qiime/Desktop/TestFolder/usearch_check_chimeras/seqs.fna_chimeras_denovo.uchime --dn 1.4 --log /home/qiime/Desktop/TestFolder/usearch_check_chimeras/seqs.fna_chimeras_denovo.log
Started Fri Oct 30 09:55:16
2015166166 nt in 730 seqs, min 71, max 283, avg 228
0.28 minh
8.00 xn
1.40 dn
1.00 xa
0.80 mindiv
0.55 id
2 maxp
/home/qiime/Desktop/TestFolder/usearch_check_chimeras/seqs.fna_consensus_fixed.fasta: 233/730 chimeras (31.9%)
Finished Fri Oct 30 09:55:16 2015
Elapsed time 00:00
Max memory 5.2MB
seqs.fna_smallmem_clustered.logvsearch v1.8.0_linux_x86_64, 4.4GB RAM, 2 cores
usearch61 --maxaccepts 1 --consout /home/qiime/Desktop/TestFolder/usearch_check_chimeras/seqs.fna_consensus_with_abundance.fasta --usersort --id 0.97 --sizeout --minseqlength 64 --wordlength 8 --uc /home/qiime/Desktop/TestFolder/usearch_check_chimeras/seqs.fna_consensus_with_abundance.uc --cluster_smallmem /home/qiime/Desktop/TestFolder/Seqs/seqs.fna --maxrejects 8 --strand plus --log /home/qiime/Desktop/TestFolder/usearch_check_chimeras/seqs.fna_smallmem_clustered.log
Started Fri Oct 30 09:54:32 201540848859 nt in 173083 seqs, min 163, max 283, avg 236
Alphabet nt
Word width 8
Word ones 8
Spaced No
Hashed No
Coded No
Stepped No
Slots 65536 (65.5k)
DBAccel 100%
Clusters: 730 Size min 1, max 25992, avg 237.1
Singletons: 231, 0.1% of seqs, 31.6% of clusters
Finished Fri Oct 30 09:55:15 2015
Elapsed time 00:43
Max memory 87.2MB