Explorar el Código

更新 'workflow.wdl'

master
meng hace 2 años
padre
commit
f349d0232f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Ver fichero

@@ -120,7 +120,7 @@ if (tumor_in1 != ""){
input:
in1=tumor_in1,
in2=tumor_in2,
sample_id=sample_id+'_T'
sample_id=sample_id+'_T',
docker=docker_fastp,
cluster_config=cluster_config,
disk_size=disk_size
@@ -162,7 +162,7 @@ if (tumor_in1 != ""){
input:
ref_dir=ref_fasta_dir,
dbsnp_dir=dbsnp_dir,
dbmills_dirdbmills_dir,
dbmills_dir = dbmills_dir,
sample_id=sample_id+'_T',
ref_fasta=ref_fasta,
dbsnp=dbsnp,

Cargando…
Cancelar
Guardar