Browse Source

revised-bedtools-task

master
stead99 5 years ago
parent
commit
48aaa73d74
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/bedtools.wdl

+ 1
- 1
tasks/bedtools.wdl View File



command <<< command <<<
set -e -o pipefail 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


>>> >>>



Loading…
Cancel
Save