ソースを参照

更新 'tasks/lohhla.wdl'

tab
master
biochenglinliu 3年前
コミット
6233bada2b
1個のファイルの変更4行の追加4行の削除
  1. +4
    -4
      tasks/lohhla.wdl

+ 4
- 4
tasks/lohhla.wdl ファイルの表示

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

読み込み中…
キャンセル
保存