Explorar el Código

fix bug: no-rebuild

master
YaqingLiu hace 4 años
padre
commit
7b7e77e5f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/batch.wdl

+ 1
- 1
tasks/batch.wdl Ver fichero

@@ -25,7 +25,7 @@ task batch {
mkdir results
cnvkit.py batch ${sep=' ' tumor_bam} --normal ${sep=' ' normal_bam} \
--targets ${bed} --annotate ${ref_flat} \
--fasta ${fasta} --access ${access_bed} \
--fasta ${fasta} --no-rebuild ${faidx} --access ${access_bed} \
--output-reference ${sample_id}.reference.cnn --output-dir /cromwell_root/tmp/cnvkit/results/ \
--diagram --scatter
>>>

Cargando…
Cancelar
Guardar