ソースを参照

更新 'tasks/CNVkit.wdl'

master
meng 2年前
コミット
d7c2a3ef8c
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      tasks/CNVkit.wdl

+ 2
- 2
tasks/CNVkit.wdl ファイルの表示

@@ -12,7 +12,7 @@ task cnvkit{
String cluster_config
String disk_size

command <<
command <<<
set -o pipefail
set -e

@@ -40,7 +40,7 @@ task cnvkit{

tar cvf ${sample}.tar ./

>>
>>>

runtime{
docker:docker

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