Skip to content
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

More info for missing pair #22

Closed
zeeev opened this issue May 27, 2016 · 4 comments
Closed

More info for missing pair #22

zeeev opened this issue May 27, 2016 · 4 comments

Comments

@zeeev
Copy link

zeeev commented May 27, 2016

@GregoryFaust ,

I'm trying to track down a problem with grouping reads. The error I get:

samblaster: Can't find first and/or second of pair in sam block of length 1 for id: xxxxx

It would be exceptionally helpful if the error reported the chromosome and position of the read so they could be quickly pulled for examination.

Thank you.

@GregoryFaust
Copy link
Owner

Closed in release 0.1.23

@jiadong324
Copy link

@GregoryFaust
Dear author,

I have the same issue here. But what do you mean by "Closed in release 0.1.23"?
I am using 0.1.23 right now. And I am using "samtools sort -n" command to sort bwa aligned reads in a SAM file.

What do you think of it? Thanks in advance!

@vyx-greg-faust
Copy link

By "Closed in 0.1.23" I mean that I included the requested additional information into the error message for missing mate, namely the chromosome and position of the read that produced the error.

Yes, "samtools sort -n -O SAM" or "sambamba sort -n -u -o /dev/stdout | sambamba view -f sam -h" will work to sort output from bwa or any other paired-end read aligner in a way that samblaster can use.

@jiadong324
Copy link

@vyx-greg-faust Thanks for your explanation and instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants