Browse Source

revised-bedtools-task

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

+ 1
- 1
tasks/bedtools.wdl View File

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

command <<<
set -e -o pipefail
path=$(dirname ${bam})
path=$(dirname ${sep=' ' bam})
mv ${sep=' ' bai} $path
bedtools multicov -bams ${sep=' ' bam} -bed ${bed_file} > revread_count.txt


Loading…
Cancel
Save