Changes between Version 37 and Version 38 of SOP/CallingVariantsRNAseq
- Timestamp:
- 08/16/17 13:40:44 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/CallingVariantsRNAseq
v37 v38 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 ''' Replace read groups and order, by coordinates, the reads'''. 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 67 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}}}