Browse Source

Fixbug: samtools index

master
YaqingLiu 4 years ago
parent
commit
f515625972
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 addreplacerg -r "@RG\tID:${group}\tSM:${sample}\tPL:${pl}" -o ${bam_name}.bam ${bam} samtools addreplacerg -r "@RG\tID:${group}\tSM:${sample}\tPL:${pl}" -o ${bam_name}.bam ${bam}
samtools index ${bam_name}.bam ${bam_name}.bam.bai
samtools index ${bam_name}.bam
>>> >>>


runtime { runtime {

Loading…
Cancel
Save