Browse Source

fix bug: workflow input

master
YaqingLiu 4 years ago
parent
commit
1c883c5862
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tasks/deduped_depth.wdl
  2. +1
    -1
      tasks/raw_depth.wdl

+ 1
- 1
tasks/deduped_depth.wdl View File

task depth {
task deduped_depth {
File deduped_bam File deduped_bam
File deduped_bam_idx File deduped_bam_idx
String sample_id String sample_id

+ 1
- 1
tasks/raw_depth.wdl View File

task depth {
task raw_depth {
File raw_bam File raw_bam
File raw_bam_idx File raw_bam_idx
String sample_id String sample_id

Loading…
Cancel
Save