Explorar el Código

alter output

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

+ 4
- 4
tasks/export.wdl Ver fichero

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

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

Cargando…
Cancelar
Guardar