Explorar el Código

alter format

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

+ 2
- 2
tasks/export.wdl Ver fichero

@@ -6,9 +6,9 @@ task export{
String disk_size

command <<<
#mkdir -p /cromwell_root/tmp/cnvkit
# mkdir -p /cromwell_root/tmp/cnvkit
cp -r ${sep=" " results} .
#cd /cromwell_root/tmp/cnvkit
# cd /cromwell_root/tmp/cnvkit
# this version app just provides seg
cnvkit.py export seg *.cns -o ${sample_id}.seg
>>>

Cargando…
Cancelar
Guardar