Picard Estimatelibrarycomplexity
1
0
Entering edit mode
10.6 years ago
komal.rathi ★ 4.1k

I am trying to run EstimateLibraryComplexity.jar on a BAM file obtained from GSNAP:

java -jar EstimateLibraryComplexity.jar INPUT=/home/krathi/Downloads/C00060_filter_sort.bam OUTPUT=output

but I am getting this error:

Exception in thread "main" net.sf.samtools.SAMFormatException: SAM validation error: WARNING: Read name HWI-ST1006:108:D245BACXX:6:1313:13615:41054, No M or N operator between pair of D operators in CIGAR

My BAM file is filtered & sorted. What is going wrong?

picard • 3.0k views
ADD COMMENT
1
Entering edit mode
10.6 years ago

Picard validation errors may be turned into warnings by passing the command line argument VALIDATION_STRINGENCY=LENIENT.

ADD COMMENT

Login before adding your answer.

Traffic: 2067 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6