Category

Sam/Bam Manipulation


Usage

java -jar picard.jar SetNmMDAndUqTags I=sorted.bam O=fixed.bam \


Manual

INPUT (File)    The BAM or SAM file to fix. Required.
OUTPUT (File)    The fixed BAM or SAM output file. Required.
IS_BISULFITE_SEQUENCE (Boolean)    Whether the file contains bisulfite sequence (used when calculating the NM tag). Default value: false. This option can be set to 'null' to clear the default value. Possible values: {true, false}


Share your experience or ask a question