Bladeren bron

fix(mapping): duplex_umi does not reference any declaration

master
YaqingLiu 2 jaren geleden
bovenliggende
commit
77f5f1efc5
2 gewijzigde bestanden met toevoegingen van 7 en 1 verwijderingen
  1. +2
    -0
      tasks/mapping.wdl
  2. +5
    -1
      workflow.wdl

+ 2
- 0
tasks/mapping.wdl Bestand weergeven

String group String group
String sample String sample
String platform String platform
String? duplex_umi
String? read_structure
String docker String docker
String cluster_config String cluster_config
String disk_size String disk_size

+ 5
- 1
workflow.wdl Bestand weergeven

fastq_1=tumor_fastq_1, fastq_1=tumor_fastq_1,
fastq_2=tumor_fastq_2, fastq_2=tumor_fastq_2,
SENTIEON_LICENSE=SENTIEON_LICENSE, SENTIEON_LICENSE=SENTIEON_LICENSE,
pl=pl,
duplex_umi=duplex_umi,
read_structure=read_structure,
platform=platform,
fasta=fasta, fasta=fasta,
ref_dir=ref_dir, ref_dir=ref_dir,
docker=sentieon_docker, docker=sentieon_docker,
fastq_1=normal_fastq_1, fastq_1=normal_fastq_1,
fastq_2=normal_fastq_2, fastq_2=normal_fastq_2,
SENTIEON_LICENSE=SENTIEON_LICENSE, SENTIEON_LICENSE=SENTIEON_LICENSE,
duplex_umi=duplex_umi,
read_structure=read_structure,
platform=platform, platform=platform,
fasta=fasta, fasta=fasta,
ref_dir=ref_dir, ref_dir=ref_dir,

Laden…
Annuleren
Opslaan