Browse Source

Update: replaceRG

master
YaqingLiu 3 years ago
parent
commit
d7acaa8040
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/replaceRG.wdl

+ 1
- 1
tasks/replaceRG.wdl View File



command <<< command <<<
SAMTOOLS_DIR="/opt/samtools/samtools-1.13" SAMTOOLS_DIR="/opt/samtools/samtools-1.13"
$SAMTOOLS_DIR/samtools addreplacerg -r "@RG\tID:${group}\tSM:${sample}\tPL:${pl}" -o ${bam_name}.bam ${bam}
$SAMTOOLS_DIR/samtools addreplacerg -w -r "@RG\tID:${group}\tSM:${sample}\tPL:${pl}" -o ${bam_name}.bam ${bam}
$SAMTOOLS_DIR/samtools index ${bam_name}.bam $SAMTOOLS_DIR/samtools index ${bam_name}.bam
>>> >>>



Loading…
Cancel
Save