Explorar el Código

Fixbug: defaults

master
YaqingLiu hace 3 años
padre
commit
6899365543
Se han modificado 2 ficheros con 2 adiciones y 3 borrados
  1. +1
    -1
      defaults
  2. +1
    -2
      workflow.wdl

+ 1
- 1
defaults Ver fichero

@@ -40,6 +40,6 @@
"annovar": false,
"vep": false,
"only_pass": true,
"input_fastq": true,
"input_fastq": false,
"input_bam": false
}

+ 1
- 2
workflow.wdl Ver fichero

@@ -435,8 +435,7 @@ workflow {{ project_name }} {
}
}
}


if (input_bam) {
if (tumor_deduped_bam != "") {
call BQSR.BQSR as tumor_BQSR_fb {

Cargando…
Cancelar
Guardar