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

BAM validation problems (also re: Picard) #4

Open
brantfaircloth opened this issue Jun 26, 2014 · 1 comment
Open

BAM validation problems (also re: Picard) #4

brantfaircloth opened this issue Jun 26, 2014 · 1 comment

Comments

@brantfaircloth
Copy link

On BAM output files from ngm (which is great so far, btw!), Picard reports (when adding RG to or validating the BAM):

Mapped mate should have mate reference name

For the moment, this error can be worked around using:

java -Xmx30g -jar \
~/bin/FixMateInformation.jar \
I=<input>.bam \
O=<output>.bam \
VALIDATION_STRINGENCY=LENIENT

But it would be excellent to get valid BAM straightaway on output from ng.

@philres
Copy link
Member

philres commented Jul 1, 2014

Hi Brant,

thank you very much for the feedback! We'll look into this and fix it in the next version of NextGenMap (which we are planing to release this month).

If you have any other suggestions don't hesitate to contact us.

Best,
Philipp

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

2 participants