Explorar el Código

fix(MSIsensor): missing sample

master
YaqingLiu hace 2 años
padre
commit
36f5b05109
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. +1
    -0
      tasks/MSIsensor.wdl
  2. +1
    -0
      workflow.wdl

+ 1
- 0
tasks/MSIsensor.wdl Ver fichero

@@ -1,5 +1,6 @@
task MSIsensor {
String sample
File ref_dir
String fasta
File tumor_bam

+ 1
- 0
workflow.wdl Ver fichero

@@ -294,6 +294,7 @@ workflow {{ project_name }} {
call MSIsensor.MSIsensor as MSIsensor {
input:
sample=sample_id,
fasta=fasta,
ref_dir=ref_dir,
normal_bam=normal_BQSR.recaled_bam,

Cargando…
Cancelar
Guardar