Parcourir la source

更新 'tasks/lohhla.wdl'

tab
master
biochenglinliu il y a 3 ans
Parent
révision
6233bada2b
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +4
    -4
      tasks/lohhla.wdl

+ 4
- 4
tasks/lohhla.wdl Voir le fichier

@@ -6,16 +6,16 @@ task lohhla {
File tumorBAM_bai
File hlas
File ascat
String docker
String cluster
String disk_size

command <<<
set -o pipefail
set -e
now_path=`pwd`
echo $now_path > $now_path/test.txt
mkdir -p ./ana/${sample_id}/
@@ -49,7 +49,7 @@ task lohhla {
tar -zcvf ./ana/${sample_id}_output.tgz ./ana/${sample_id}_output

>>>
runtime {
docker : docker
cluster: cluster

Chargement…
Annuler
Enregistrer