Przeglądaj źródła

Update: samtools dir

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

+ 3
- 2
tasks/replaceRG.wdl Wyświetl plik

@@ -10,8 +10,9 @@ task replaceRG {
String disk_size

command <<<
samtools addreplacerg -r "@RG\tID:${group}\tSM:${sample}\tPL:${pl}" -o ${bam_name}.bam ${bam}
samtools index ${bam_name}.bam
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 index ${bam_name}.bam
>>>

runtime {

Ładowanie…
Anuluj
Zapisz