AddOrReplace gp in Pickard Sam validation error
1
0
Entering edit mode
5.8 years ago
KG • 0

I performed Indexing and alignment RNA seq with ref genome everything worked fine. then convert cooordinate (convert coordinates basically takes the reads that map onto the splice junctions and “remaps” them onto the canonical chromosomes.) before I was going to picard markduplicate step it was throwing error can not write to sam dictioary and found that to resolve this issue is to Apply AddOrReplace readgps . However now I am getting an error for this step also: samtools samtool format exception sam validation error: Error: Record 13, readname K00193:38:h3myfbbxx:4:1101:10043:46568, mark should be 0 for unmapped read.

and the command i used

java -jar picard.jar AddOrReplaceReadGroups \ 
    INPUT=reads.bam \ 
    OUTPUT=reads_addRG.bam \ 
    RGID=H0164.2 \ #be sure to change from default of 1
    RGLB= library1 \ 
    RGPL=illumina \ 
    RGPU=H0164ALXX140820.2 \ 
    RGSM=sample1 \

Please help me with this how to resolve. Thanks a lot in advance

RNA-Seq software error picard • 1.1k views
ADD COMMENT
0
Entering edit mode
5.8 years ago

add

VALIDATION_STRINGENCY=LENIENT
ADD COMMENT
0
Entering edit mode

Thanks a lot it worked

ADD REPLY
0
Entering edit mode

Thanks! This worked for me.

ADD REPLY

Login before adding your answer.

Traffic: 2330 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