Hi Jai,
Thank you for the kind reply.
I tried the workflow you have recommended.
Although, I had a problem at step 5.
These are what I actually did:
1. I ran process_sff.py and produced FASTA/QUAL file of my data.
2. I ran command below, and got seqs.fna and seqs_filtered.qual file.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
split_libraries.py -m Fasting_Map.txt -f sffs/20121015-2.fna -q sffs/20121015-2.qual -o split_library_output2/ -b 6 -d --record_qual_scores
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3. and 4. I ran command below, and got extracted_seqs.fna/extracted_seqs.qual.
(sequences from sample ID 78 has been extracted):
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
extract_seqs_by_sample_id.py -i split_library_output2/seqs.fna -o extracted_seqs.fna -s 78
extract_seqs_by_sample_id.py -i split_library_output2/seqs_filtered.qual -o extracted_seqs.qual -s 78
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5. I ran command below:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
convert_fastaqual_fastq.py -f extracted_seqs.fna -q extracted_seqs.qual -o extracted_seqs.fastq
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
and got the error messgge:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/bin/convert_fastaqual_fastq.py", line 113, in <module>
main()
File "/usr/local/bin/convert_fastaqual_fastq.py", line 110, in main
full_fasta_headers)
File "/usr/local/lib/python2.7/dist-packages/qiime/convert_fastaqual_fastq.py", line 43, in convert_fastaqual_fastq
full_fastq, full_fasta_headers)
File "/usr/local/lib/python2.7/dist-packages/qiime/convert_fastaqual_fastq.py", line 118, in convert_fastq
"label (%s)") % label)
KeyError: 'Sequence length does not match QUAL length for label (78_2)'
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Does anyone have an idea why this kind of problem occurs?
Thank you for the help,
Mana
2015年5月29日金曜日 8時54分17秒 UTC+9 Jai Ram Rideout: