Browse Source

multiple pos at the same time

master
LUYAO REN 4 years ago
parent
commit
c24bd90327
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inputs

+ 1
- 1
inputs View File

"{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/samtools:v1.3.1", "{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/samtools:v1.3.1",
"{{ project_name }}.cluster_config": "OnDemand bcs.a2.large img-ubuntu-vpc", "{{ project_name }}.cluster_config": "OnDemand bcs.a2.large img-ubuntu-vpc",
"{{ project_name }}.bam": "{{ bam }}", "{{ project_name }}.bam": "{{ bam }}",
"{{ project_name }}.pos": "{{ pos_list.split(";") | tojson }}",
"{{ project_name }}.pos": {{ pos_list.split(";") | tojson }},
"{{ project_name }}.sample": "{{ sample }}" "{{ project_name }}.sample": "{{ sample }}"
} }

Loading…
Cancel
Save