Browse Source

更新 'workflow.wdl'

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

+ 0
- 16
workflow.wdl View File

disk_size=disk_size disk_size=disk_size
} }


call manta_calling.manta_calling as manta_calling{
input:
tumor_bam = Sentieon_BQSR_tumor.recaled_bam,
tumor_bam_bai = Sentieon_BQSR_tumor.recaled_bam_index,
normal_bam = Sentieon_BQSR_normal.recaled_bam,
normal_bam_bai = Sentieon_BQSR_normal.recaled_bam_index,
ref_fasta = ref_fasta,
ref_dir = ref_fasta_dir,
sample_id = sample_id,
docker = docker_manta,
cluster_config = cluster_config,
disk_size = disk_size

}


call strelka_calling.strelka_calling as strelka_calling{ call strelka_calling.strelka_calling as strelka_calling{
input: input:
ref_fasta = ref_fasta, ref_fasta = ref_fasta,
ref_dir = ref_fasta_dir, ref_dir = ref_fasta_dir,
sample_id = sample_id, sample_id = sample_id,
manta_indel_vcf = manta_calling.manta_indel_vcf,
manta_indel_vcf_index = manta_calling.manta_indel_vcf_index,
docker=docker_strelka, docker=docker_strelka,
cluster_config=cluster_config, cluster_config=cluster_config,

Loading…
Cancel
Save