-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get phred quality for ab1 traces #149
Comments
Note there are two sets of qualities in ABI, Depending how the sequence was configured, sometimes the scores really are zero - talk to your sequencing service and/or run a new base and quality calling, e.g. using |
So unfortunately PCON1 is also just a bunch of zeroes, and I'm very confident that PCON2 must not be zeroes, because when I upload the very same .abi file onto the Indigo website, it shows non-zero peak call qualities. |
Then have a look in |
Yes, both are zeroes. |
Curious, I wonder if the Indigo site does its own calling? Have you tried another tool - or could you share a sample file (privately by email if necessary with @bow and me)? |
Hello!
So I'm using python 3.5.5 and biopython 1.73, and I'm trying to get the phred quality scores for each peak in my .ab1 files. Unfortunately the following just returns an array of zeroes, which I know is false (given the scores I'm returned on the Indigo website):
What am I doing wrong?
Thanks!!
The text was updated successfully, but these errors were encountered: