ソースを参照

alter count

master
YaqingLiu 4年前
コミット
e02e9b8f9f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tasks/Count.wdl

+ 1
- 1
tasks/Count.wdl ファイルの表示

@@ -8,7 +8,7 @@ task Count {
String disk_size

command <<<
python count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
python /count.py -s ${sample_id} -i ${readcount} -c ${bed} -o ${sample_id}.coverage
>>>

runtime {

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