Browse Source

更新 'workflow.wdl'

master
meng 2 years ago
parent
commit
995e25571e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl View File

File normal_bam_bai File normal_bam_bai
String ref_fasta String ref_fasta
File ref_dir File ref_dir
File ref_bed
String sample_id String sample_id
File? manta_indel_vcf File? manta_indel_vcf
File? manta_indel_vcf_index File? manta_indel_vcf_index
normal_bam_bai=normal_bam_bai, normal_bam_bai=normal_bam_bai,
ref_fasta=ref_fasta, ref_fasta=ref_fasta,
ref_dir=ref_dir, ref_dir=ref_dir,
ref_bed=ref_bed,
sample_id=sample_id, sample_id=sample_id,
docker=docker_stralka, docker=docker_stralka,
cluster_config=cluster_config, cluster_config=cluster_config,

Loading…
Cancel
Save