Browse Source

更新 'workflow.wdl'

master
meng 2 years ago
parent
commit
5d4b757114
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File

@@ -66,7 +66,7 @@ if (normal_in1 != ""){
bam_bai=SentieonFastqToBam_normal.deduped_bam_bai,
annot_gff=annot_gff,
docker=docker_qualimap,
cluster_config=cluster_config,
cluster_config="OnDemand bcs.ps.g.6xlarge img-ubuntu-vpc",
disk_size=disk_size
}

@@ -97,7 +97,7 @@ if (tumor_in1 != ""){
bam_bai=SentieonFastqToBam_tumor.deduped_bam_bai,
annot_gff=annot_gff,
docker=docker_qualimap,
cluster_config=cluster_config,
cluster_config="OnDemand bcs.ps.g.6xlarge img-ubuntu-vpc",
disk_size=disk_size
}


Loading…
Cancel
Save