-
Notifications
You must be signed in to change notification settings - Fork 19
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
empty SEQ fields in collapsed.sam reads #23
Comments
I can try to look at the reads that are failing if you send me your MIPs
design file and a SAM of the problem reads. My boylee _at_ uw.edu address
is still online.
I have seen this happen in the past — I don’t think I was able to find a
consistent cause. If you don’t have too many of them it shouldn’t be too
burdensome to remove them, but I agree that understanding why it happens is
ideal.
Evan
On November 30, 2016 at 7:11:43 AM, C4t3 ([email protected]) wrote:
Hi,
I'm having some problems with the samcollapser. In the unique.sam file I
got some reads with empty CIGAR and SEQUENCE fields. I couldn't figure out
why. The reads looks fine within the indexed.sam before collapsing.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF01p5hWo5v8ZajaQSTFxPCxd_uLeC2hks5rDZItgaJpZM4LATLC>
.
|
I have the same problem. The issue is that I am using Below my original issue, which I closed after noticing this one: I tried to run the I would very much appreciate any suggestions. |
Hi Katarzyna, I actually had the same problem a few weeks ago. The empty reads in the "collapsed.all_reads.unique.sam" output are caused by a wrong behaviour of the filter for softclipped reads within the genome_sam_collapser. Hence, you can fix this by altering line 719 within the "genome_sam_collapser.pyx" from After changing this line you also need to recompile the script by I hope this helps, in case you still had the problem. I would be happy if one of the developers could comment on the rational behind the original softclipping filter logic. :) Best, Daniel P.S.: |
Hi,
I'm having some problems with the samcollapser. In the unique.sam file I got some reads with empty CIGAR and SEQUENCE fields. I couldn't figure out why. The reads looks fine within the indexed.sam before collapsing.
The text was updated successfully, but these errors were encountered: