Entering edit mode
23 months ago
rj.rezwan
▴
10
Hi, I tried to mark duplicates in the ABC_sorted.bam file using the following command but received the attached error. Could someone guide me on how to solve this error and what changes I should make to get the results?
picard MarkDuplicates I=ABC_sorted.bam O=duplicate_ABC.bam METRICS_FILE=metrics_ABC.txt VALIDATION_STRINGENCY=SILENT CREATE_INDEX=TRUE
I have used the following script of picard for mark duplication by incorporating the @barslmn suggestion:
"ASSUME_SORTED=true" is mentioned in the markduplication script for those files which are sorted by the samtools