Changes between Version 40 and Version 41 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/16/17 13:46:20 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v40 v41 65 65 '''2 - Replace ReadGroups, mark duplicate reads , clip intron overhangs and reassign mapping qualities with[http://broadinstitute.github.io/picard/ Picard Tools]''' 66 66 67 ''' 67 '''Replace read groups and order, by coordinates, the reads'''. 68 68 Note, if you are combining multiple experiments in this step the RGSM IDs must be the same while the library IDs must be unique. 69 69 70 70 {{{java -jar /usr/local/share/picard-tools/picard.jar AddOrReplaceReadGroups I=output.sam O=rg_added_sorted.bam SO=coordinate RGID=ID_NAME RGLB=library RGPL=illumina RGPU=identifier RGSM=sample_name}}} 71 72 '''Mark duplicate reads'''. 73 {{{java -jar /usr/local/share/picard-tools/picard.jar MarkDuplicates I=rg_added_sorted.bam O=dedupped.bam CREATE_INDEX=true VALIDATION_STRINGENCY=SILENT M=output.metrics}}}