ソースを参照

更新 'tasks/battenberg.wdl'

{normal_id}.sorted.deduped.nochr.bam
master
biochenglinliu 1年前
コミット
da1198751b
1個のファイルの変更5行の追加2行の削除
  1. +5
    -2
      tasks/battenberg.wdl

+ 5
- 2
tasks/battenberg.wdl ファイルの表示

@@ -15,6 +15,9 @@ task battenberg {
cp ${normal_bam} ./${normal_id}.bam
cp ${tumor_bam} ./${sample_id}.bam

samtools view -h ./${normal_id}.bam |sed 's/chr//g'|samtools view -bS -o ./${normal_id}.sorted.deduped.nochr.bam
samtools view -h ./${sample_id}.bam |sed 's/chr//g'|samtools view -bS -o ./${sample_id}.sorted.deduped.nochr.bam


>>>

@@ -26,8 +29,8 @@ task battenberg {
}

output {
File tumor_bam_data = "${normal_id}.bam"
File normal_bam_data = "${sample_id}.bam"
File tumor_bam_data = "${normal_id}.sorted.deduped.nochr.bam"
File normal_bam_data = "${sample_id}.sorted.deduped.nochr.bam"
}

}

読み込み中…
キャンセル
保存