Browse Source

revised-bedtools-task

master
stead99 5 years ago
parent
commit
1454df91c8
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=sample[0]
bam=sample[0],
bed_file=bed_file

}

Loading…
Cancel
Save