Browse Source

revised-bedtools-task

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

+ 2
- 2
workflow.wdl View File



call bedtools.bedtools as bedtools { call bedtools.bedtools as bedtools {
input: input:
Array[File] bam=sample[0],
Array[File] bai_files=sample[1],
bam=sample[0],
bai_files=sample[1],
bed_file=bed_file bed_file=bed_file


} }

Loading…
Cancel
Save