Parcourir la source

alter format

master
YaqingLiu il y a 4 ans
Parent
révision
c92081212d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      tasks/export.wdl

+ 2
- 2
tasks/export.wdl Voir le fichier

@@ -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
>>>

Chargement…
Annuler
Enregistrer