Browse Source

revised-bedtools-task

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

+ 0
- 3
tasks/bedtools.wdl View File

@@ -10,9 +10,6 @@ task bedtools {

command <<<
set -e -o pipefail
mkdir -p /cromwell_root/tmp/bedtools
mv ${sep=' ' bai} /cromwell_root/tmp/bedtools
cd /cromwell_root/tmp/bedtools
bedtools multicov -bams ${sep=' ' bam} -bed ${bed_file} > revread_count.txt

>>>

Loading…
Cancel
Save