You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

inputs 499B

6 years ago
6 years ago
6 years ago
12345678910
  1. {
  2. "{{ project_name }}.ref_dir": "oss://pgx-test-data/wgbs/genome/hg38/",
  3. "{{ project_name }}.fastq_1": "{{ read1 }}",
  4. "{{ project_name }}.cluster_config": "{{ cluster if cluster != '' else 'OnDemand ecs.sn2ne.2xlarge img-ubuntu-vpc' }}",
  5. "{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/bismark",
  6. "{{ project_name }}.sample": "{{ sample_name }}",
  7. "{{ project_name }}.disk_size": "{{ disk_size }}",
  8. "{{ project_name }}.fastq_2": "{{ read2 }}"
  9. }