Browse Source

bed

master
LUYAO REN 4 years ago
parent
commit
4af9a205bc
3 changed files with 2 additions and 7 deletions
  1. +1
    -1
      inputs
  2. +1
    -2
      tasks/benchmark.wdl
  3. +0
    -4
      workflow.wdl

+ 1
- 1
inputs View File

"{{ project_name }}.LCL5": "{{ LCL5 }}", "{{ project_name }}.LCL5": "{{ LCL5 }}",
"{{ project_name }}.project": "{{ project }}", "{{ project_name }}.project": "{{ project }}",
"{{ project_name }}.SMALLcluster_config": "OnDemand bcs.ps.g.xlarge img-ubuntu-vpc", "{{ project_name }}.SMALLcluster_config": "OnDemand bcs.ps.g.xlarge img-ubuntu-vpc",
"{{ project_name }}.bed": "oss://pgx-result/renluyao/manuscript_v3.0/reference_datasets_v202105/benchmark_regions.filtered.bed",
"{{ project_name }}.bed": "oss://pgx-result/renluyao/manuscript_v3.0/reference_datasets_v202103/Quartet.high.confidence.region.v202103.bed",
"{{ project_name }}.BIGcluster_config": "OnDemand bcs.ps.g.2xlarge img-ubuntu-vpc", "{{ project_name }}.BIGcluster_config": "OnDemand bcs.ps.g.2xlarge img-ubuntu-vpc",
"{{ project_name }}.LCL6": "{{ LCL6 }}", "{{ project_name }}.LCL6": "{{ LCL6 }}",
"{{ project_name }}.sdf": "oss://pgx-reference-data/GRCh38.d1.vd1/GRCh38.d1.vd1.sdf/", "{{ project_name }}.sdf": "oss://pgx-reference-data/GRCh38.d1.vd1/GRCh38.d1.vd1.sdf/",

+ 1
- 2
tasks/benchmark.wdl View File

File contig File contig
File sdf File sdf
File ref_dir File ref_dir
String fasta
String project
File fasta
String sample = basename(vcf,".vcf.gz") String sample = basename(vcf,".vcf.gz")
String docker String docker
String cluster_config String cluster_config

+ 0
- 4
workflow.wdl View File

contig=contig, contig=contig,
ref_dir=ref_dir, ref_dir=ref_dir,
fasta=fasta, fasta=fasta,
project=project,
docker=BENCHMARKdocker, docker=BENCHMARKdocker,
cluster_config=BIGcluster_config, cluster_config=BIGcluster_config,
disk_size=disk_size, disk_size=disk_size,
contig=contig, contig=contig,
ref_dir=ref_dir, ref_dir=ref_dir,
fasta=fasta, fasta=fasta,
project=project,
docker=BENCHMARKdocker, docker=BENCHMARKdocker,
cluster_config=BIGcluster_config, cluster_config=BIGcluster_config,
disk_size=disk_size, disk_size=disk_size,
contig=contig, contig=contig,
ref_dir=ref_dir, ref_dir=ref_dir,
fasta=fasta, fasta=fasta,
project=project,
docker=BENCHMARKdocker, docker=BENCHMARKdocker,
cluster_config=BIGcluster_config, cluster_config=BIGcluster_config,
disk_size=disk_size, disk_size=disk_size,
contig=contig, contig=contig,
ref_dir=ref_dir, ref_dir=ref_dir,
fasta=fasta, fasta=fasta,
project=project,
docker=BENCHMARKdocker, docker=BENCHMARKdocker,
cluster_config=BIGcluster_config, cluster_config=BIGcluster_config,
disk_size=disk_size, disk_size=disk_size,

Loading…
Cancel
Save