i am merging overlapping paired end sequences
Question: How do I create a SeqRecord in biopython? |
||
1
|
id1 ="HWI-EAS380:8:1:16:830/1"
assume these are fastq-illumina quality scores and the sequence is unambiguous dna I want to create a SeqRecord object from this. Thanks. |
|
|
| ||
4
|
This answer is a bit of a cheat, but currently Biopython doesn't expose the FASTQ quality string decoding functionality in the public API:
Why are you trying to do this? |
|
1
|
|
|