瀏覽代碼

更新 'tasks/lohhla.wdl'

tab
master
biochenglinliu 3 年之前
父節點
當前提交
6233bada2b
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      tasks/lohhla.wdl

+ 4
- 4
tasks/lohhla.wdl 查看文件

File tumorBAM_bai File tumorBAM_bai
File hlas File hlas
File ascat File ascat
String docker String docker
String cluster String cluster
String disk_size String disk_size


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


>>> >>>
runtime { runtime {
docker : docker docker : docker
cluster: cluster cluster: cluster

Loading…
取消
儲存