Browse Source

revised-bedtools-task

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

+ 1
- 1
workflow.wdl View File

@@ -10,7 +10,7 @@ workflow {{ project_name }} {
call bedtools.bedtools as bedtools {
input:
bam=bam,
bam=bai,
bai=bai,
bed_file=bed_file
}
}

Loading…
Cancel
Save