Bläddra i källkod

first commit

master
YaqingLiu 4 år sedan
förälder
incheckning
7af05ff157
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. +3
    -3
      workflow.wdl

+ 3
- 3
workflow.wdl Visa fil



call mapping.mapping as mapping { call mapping.mapping as mapping {
input: input:
group=sample_id + '_' + type,
sample=sample_id + '_' + type,
group=sample_id,
sample=sample_id,
fastq_1=fastq_1, fastq_1=fastq_1,
fastq_2=fastq_2, fastq_2=fastq_2,
SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR, SENTIEON_INSTALL_DIR=SENTIEON_INSTALL_DIR,
SENTIEON_LICENSE=SENTIEON_LICENSE, SENTIEON_LICENSE=SENTIEON_LICENSE,
sorted_bam=mapping.sorted_bam, sorted_bam=mapping.sorted_bam,
sorted_bam_index=mapping.sorted_bam_index, sorted_bam_index=mapping.sorted_bam_index,
sample=sample_id + '_' + type,
sample=sample_id,
docker=sentieon_docker, docker=sentieon_docker,
disk_size=disk_size, disk_size=disk_size,
cluster_config=cluster_config cluster_config=cluster_config

Laddar…
Avbryt
Spara