選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

inputs 672B

6年前
6年前
5年前
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. }