Browse Source

revised-bedtools-task

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

+ 3
- 3
workflow.wdl View File

input: input:
bam=sample[0] bam=sample[0]
} }
}


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

}
} }
} }



Loading…
Cancel
Save