Browse Source

first commit

master
LUYAO REN 6 years ago
parent
commit
fd185fa872
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      inputs
  2. +1
    -1
      workflow.wdl

+ 2
- 2
inputs View File

@@ -1,10 +1,10 @@
{
"{{ project_name }}.Dedup_bam": "{{ Dedup_bam }}",
"{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
"{{ project_name }}.fasta": "{{ fasta }}",
"{{ project_name }}.disk_size": "500",
"{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/strelka:2.9.10",
"{{ project_name }}.cluster_config": "OnDemand ecs.sn1ne.8xlarge img-ubuntu-vpc",
"{{ project_name }}.Dedup_bam_index": "{{ Dedup_bam_index }}",
"{{ project_name }}.sample": "{{ sample }}",
"{{ project_name }}.ref_dir": "oss://chinese-quartet/quartet-storage-data/reference_data/"
"{{ project_name }}.ref_dir": "{{ ref_dir }}"
}

+ 1
- 1
workflow.wdl View File

@@ -1,7 +1,7 @@
import "./tasks/strelka.wdl" as strelka


workflow project_name {
workflow {{ project_name }} {

File ref_dir
File fasta

Loading…
Cancel
Save