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.

23 line
1.2KB

  1. {
  2. "SENTIEON_INSTALL_DIR": "/opt/sentieon-genomics",
  3. "fasta": "GRCh38.d1.vd1.fa",
  4. "dbsnp_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
  5. "disk_size": "500",
  6. "FASTQCdocker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastqc:0.11.8",
  7. "screen_ref_dir": "oss://pgx-reference-data/fastq_screen_reference/",
  8. "tumor_fastq_2": "{{ tumor_fastq_2 }}",
  9. "dbmills_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
  10. "fastq_screen_conf": "oss://pgx-reference-data/fastq_screen_reference/fastq_screen.conf",
  11. "normal_fastq_1": "{{ normal_fastq_1 }}",
  12. "FASTQSCREENdocker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastqscreen:0.12.0",
  13. "cluster_config": "OnDemand bcs.a2.7xlarge img-ubuntu-vpc",
  14. "SENTIEON_LICENSE": "192.168.0.55:8990",
  15. "tumor_fastq_1": "{{ tumor_fastq_1 }}",
  16. "normal_fastq_2": "{{ normal_fastq_2 }}",
  17. "SENTIEONdocker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2019.11.28",
  18. "QUALIMAPdocker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/qualimap:2.0.0",
  19. "db_mills": "Mills_and_1000G_gold_standard.indels.hg38.vcf",
  20. "sample": "{{ sample }}",
  21. "dbsnp": "dbsnp_146.hg38.vcf",
  22. "ref_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/"
  23. }