-
Notifications
You must be signed in to change notification settings - Fork 14
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
Master branch is broken #3
Comments
Had to go back to the previous commit March 1, 2015 for it to work, this version contains the bug with respect to complete overlaps that are completely within the read, I remember something on this? |
What kind of non-valid read are you seeing? Is this preprocess? I ran a On Sat, Feb 6, 2016 at 10:58 AM, Matt Settles [email protected]
|
I don't run anything on the Idaho machines anymore, this is from pulling
|
Yes, I pushed a copy and paste bug. Testing now- making sure the change On Sat, Feb 6, 2016 at 11:50 AM, Matt Settles [email protected]
|
Would you mind checking out the development branch? I fixed the biggest On Sat, Feb 6, 2016 at 11:50 AM, Matt Settles [email protected]
|
Out on the town, but as soon as soon as I get back home
|
Cool, thanks, Matt. |
FLASH2 develop compiles are run properly, reads are good. Statistics were the same as the March version (which they should be correct?). However the extended reads look more accurate to me than before, though there are 2 reads out of 19,298 which aren’t merged by my expectations. Specifically in this study every Read 1 begins with a TA (after adapter trimming), however since we define anything prior to the start of read 1 as adapter (correct?), then every reads post FLASH merged or not should still begin with a TA (these 2 do not). Turns out to be completely legitimate overlap and in this case the second base is in disagreement and read2 base is chosen, though I think its the lower quality base (See attachment). Need a second (or third) set of eyes, but here are two reads @J00113:93:H5GNNBBXX:6:1101:26758:1894_TCGGAACA|Linker_Sol_AP1-3_0|GAAGCAAAT|Primer_Sol_Mar_1b_0_Adapter_2.2_Bar_B*1 1:N:0:TCGGAACA @J00113:93:H5GNNBBXX:6:1101:26758:1894_TCGGAACA|Linker_Sol_AP1-3_0|GAAGCAAAT|Primer_Sol_Mar_1b_0_Adapter_2.2_Bar_B*1 2:N:0:TCGGAACA @J00113:93:H5GNNBBXX:6:1101:22079:20304_TCGGAACA|Linker_Sol_AP1-1_0|CCATAACAC|Primer_Sol_Mar_5b_0_Adapter_2.2_Bar_B*0 1:N:0:TCGGAACA @J00113:93:H5GNNBBXX:6:1101:22079:20304_TCGGAACA|Linker_Sol_AP1-1_0|CCATAACAC|Primer_Sol_Mar_5b_0_Adapter_2.2_Bar_B*0 2:N:0:TCGGAACA The flashed result I can live with the 2 for sure and add another check for that TA downstream (or I for this work I may increase the min outie overlap). From: David Streett [email protected] Cool, thanks, Matt. — |
don’t forget to update the version number From: David Streett [email protected] Cool, thanks, Matt. — |
2 issues at least, first is a ton of what look like debugging print statement are output to screen, second produces a non-valid read that breaks everything.
R just dies, says it expects a blank line
my python app says
a read has more quality values than read characters.
The text was updated successfully, but these errors were encountered: