浏览代码

更新 '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

正在加载...
取消
保存