ソースを参照

revised-bedtools-task

master
stead99 5年前
コミット
48aaa73d74
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tasks/bedtools.wdl

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

@@ -9,7 +9,7 @@ task bedtools {

command <<<
set -e -o pipefail
bedtools multicov ${sep='' input_samples} -bed ${bed_file} > revread_count.txt
bedtools multicov ${sep=' ' input_samples} -bed ${bed_file} > revread_count.txt

>>>


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