Explorar el Código

fix bug: workflow input

master
YaqingLiu hace 4 años
padre
commit
1c883c5862
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      tasks/deduped_depth.wdl
  2. +1
    -1
      tasks/raw_depth.wdl

+ 1
- 1
tasks/deduped_depth.wdl Ver fichero

@@ -1,4 +1,4 @@
task depth {
task deduped_depth {
File deduped_bam
File deduped_bam_idx
String sample_id

+ 1
- 1
tasks/raw_depth.wdl Ver fichero

@@ -1,4 +1,4 @@
task depth {
task raw_depth {
File raw_bam
File raw_bam_idx
String sample_id

Cargando…
Cancelar
Guardar