Category

Sam/Bam Manipulation


Usage

java -jar picard.jar AddCommentsToBam I=input.bam O=modified_bam.bam C=comment_1 C="comment 2"


Manual

INPUT (File)    Input BAM file to add a comment to the header Required.
OUTPUT (File)    Output BAM file to write results Required.
COMMENT (String)    Comments to add to the BAM file Default value: null. This option may be specified 0 or more times.


Share your experience or ask a question