Explorar el Código

更新 'tasks/battenberg.wdl'

master
biochenglinliu hace 1 año
padre
commit
dbd3f0709d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/battenberg.wdl

+ 2
- 2
tasks/battenberg.wdl Ver fichero

@@ -28,8 +28,8 @@ task battenberg {
}

output {
File tumor_bam_data = "${normal_id}.sorted.deduped.nochr.bam"
File normal_bam_data = "${sample_id}.sorted.deduped.nochr.bam"
File tumor_bam_data = "${normal_id}.sorted.deduped.sam"
File normal_bam_data = "${sample_id}.sorted.deduped.sam"
}

}

Cargando…
Cancelar
Guardar