Explorar el Código

Update: sample SM

master
YaqingLiu hace 4 años
padre
commit
1323023804
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      workflow.wdl

+ 4
- 4
workflow.wdl Ver fichero

@@ -56,8 +56,8 @@ workflow {{ project_name }} {
tumor_recaled_bam=tumor_bam,
tumor_recaled_bam_index=tumor_bai,
tumor_recal_table=tumor_table,
normal_name=sample_id + "normal",
tumor_name=sample_id + "tumor",
normal_name=sample_id + "_normal",
tumor_name=sample_id + "_tumor",
fasta=fasta,
ref_dir=ref_dir,
regions=regions,
@@ -83,8 +83,8 @@ workflow {{ project_name }} {
tumor_recaled_bam=tumor_bam,
tumor_recaled_bam_index=tumor_bai,
tumor_recal_table=tumor_table,
normal_name=sample_id + "normal",
tumor_name=sample_id + "tumor",
normal_name=sample_id + "_normal",
tumor_name=sample_id + "_tumor",
fasta=fasta,
ref_dir=ref_dir,
regions=regions,

Cargando…
Cancelar
Guardar