Ver código fonte

test --no-rebuild

master
YaqingLiu 4 anos atrás
pai
commit
62fd1aacb0
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      tasks/batch.wdl

+ 3
- 2
tasks/batch.wdl Ver arquivo

@@ -19,13 +19,14 @@ task batch {
mkdir -p /cromwell_root/tmp/cnvkit
cp ${sep=' ' normal_bai} /cromwell_root/tmp/cnvkit
cp ${sep=' ' tumor_bai} /cromwell_root/tmp/cnvkit
cp ${faidx} /cromwell_root/tmp/cnvkit
ln ${fasta} /cromwell_root/tmp/cnvkit/hg38.fa
ln ${faidx} /cromwell_root/tmp/cnvkit/hg38.fai
cd /cromwell_root/tmp/cnvkit
mkdir results
cnvkit.py batch ${sep=' ' tumor_bam} --normal ${sep=' ' normal_bam} \
--targets ${bed} --annotate ${ref_flat} \
--fasta ${fasta} --no-rebuild ${faidx} --access ${access_bed} \
--fasta hg38.fa --access ${access_bed} \
--output-reference ${sample_id}.reference.cnn --output-dir /cromwell_root/tmp/cnvkit/results/ \
--diagram --scatter
>>>

Carregando…
Cancelar
Salvar