Browse Source

revised-bedtools-task

master
stead99 5 years ago
parent
commit
00adf1b5a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl View File

@@ -16,7 +16,7 @@ workflow {{ project_name }} {

call bedtools.bedtools as bedtools {
input:
bam=cp_bam.tmp_bam,
tmp_bam=cp_bam.tmp_bam,
bed_file=bed_file

}

Loading…
Cancel
Save