Explorar el Código

fix(mapping): duplex_umi does not reference any declaration

master
YaqingLiu hace 2 años
padre
commit
77f5f1efc5
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. +2
    -0
      tasks/mapping.wdl
  2. +5
    -1
      workflow.wdl

+ 2
- 0
tasks/mapping.wdl Ver fichero

@@ -9,6 +9,8 @@ task mapping {
String group
String sample
String platform
String? duplex_umi
String? read_structure
String docker
String cluster_config
String disk_size

+ 5
- 1
workflow.wdl Ver fichero

@@ -60,7 +60,9 @@ workflow {{ project_name }} {
fastq_1=tumor_fastq_1,
fastq_2=tumor_fastq_2,
SENTIEON_LICENSE=SENTIEON_LICENSE,
pl=pl,
duplex_umi=duplex_umi,
read_structure=read_structure,
platform=platform,
fasta=fasta,
ref_dir=ref_dir,
docker=sentieon_docker,
@@ -131,6 +133,8 @@ workflow {{ project_name }} {
fastq_1=normal_fastq_1,
fastq_2=normal_fastq_2,
SENTIEON_LICENSE=SENTIEON_LICENSE,
duplex_umi=duplex_umi,
read_structure=read_structure,
platform=platform,
fasta=fasta,
ref_dir=ref_dir,

Cargando…
Cancelar
Guardar