Przeglądaj źródła

Fixbug: samtools index

master
YaqingLiu 3 lat temu
rodzic
commit
f515625972
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/replaceRG.wdl

+ 1
- 1
tasks/replaceRG.wdl Wyświetl plik

@@ -11,7 +11,7 @@ task replaceRG {

command <<<
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 {

Ładowanie…
Anuluj
Zapisz