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.

6 年之前
6 年之前
6 年之前
6 年之前
6 年之前
5 年之前
6 年之前
6 年之前
6 年之前
123456789101112
  1. {
  2. "{{ project_name }}.Dedup_bam": "{{ Dedup_bam }}",
  3. "{{ project_name }}.fasta": "GRCh38.d1.vd1.fa",
  4. "{{ project_name }}.disk_size": "500",
  5. "{{ project_name }}.ref_fa_fai": "GRCh38.d1.vd1.fa.fai",
  6. "{{ project_name }}.FBdocker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/freebayes:1.3.1",
  7. "{{ project_name }}.half_read_length": "{{ half_read_length }}",
  8. "{{ project_name }}.cluster_config": "OnDemand bcs.es.c.8xlarge img-ubuntu-vpc",
  9. "{{ project_name }}.Dedup_bam_index": "{{ Dedup_bam_index }}",
  10. "{{ project_name }}.sample": "{{ sample }}",
  11. "{{ project_name }}.ref_dir": "oss://chinese-quartet/quartet-storage-data/reference_data/"
  12. }