Explorar el Código

fix(MSIsensor): normal_bam

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

+ 1
- 1
tasks/MSIsensor.wdl Ver fichero

@@ -20,7 +20,7 @@ task MSIsensor {
# MSI
mkdir -p /cromwell_root/tmp/${sample}
msisensor-pro scan -d ${ref_dir}/${fasta} -o reference.list
if [ ${normal_recaled_bam} ]; then
if [ ${normal_bam} ]; then
msisensor-pro msi -d reference.list -n ${normal_bam} -t ${tumor_bam} -o /cromwell_root/tmp/${sample}
else
msisensor-pro pro -d ${baseline} -t ${tumor_bam} -o /cromwell_root/tmp/${sample}

+ 1
- 1
workflow.wdl Ver fichero

@@ -331,7 +331,7 @@ workflow {{ project_name }} {
cluster_config=cluster_config,
disk_size=disk_size
}
call CNVkit.CNVkit as CNVkit {
input:
sample=sample_id,

Cargando…
Cancelar
Guardar