소스 검색

Update: samtools dir

master
YaqingLiu 3 년 전
부모
커밋
13bc0462c9
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      tasks/replaceRG.wdl

+ 3
- 2
tasks/replaceRG.wdl 파일 보기

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

Loading…
취소
저장