Explorar el Código

first commit

master
YaqingLiu hace 4 años
padre
commit
3c61aa49a2
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      inputs

+ 3
- 3
inputs Ver fichero

@@ -6,11 +6,11 @@
"{{ project_name }}.SENTIEON_INSTALL_DIR": "/opt/sentieon-genomics",
"{{ project_name }}.dbmills_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
"{{ project_name }}.db_mills": "Mills_and_1000G_gold_standard.indels.hg38.vcf",
"{{ project_name }}.cluster_config": "{{ cluster if cluster != '' else 'OnDemand ecs.sn1ne.8xlarge img-ubuntu-vpc' }}",
"{{ project_name }}.cluster_config": "OnDemand bcs.a2.3xlarge img-ubuntu-vpc",
"{{ project_name }}.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/sentieon-genomics:v2018.08.01",
"{{ project_name }}.dbsnp_dir": "oss://pgx-reference-data/GRCh38.d1.vd1/",
"{{ project_name }}.sample": "{{ sample_name }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.sample": "{{ sample_id }}",
"{{ project_name }}.disk_size": "500",
"{{ project_name }}.recaled_bam_index": "{{ recaled_bam_index }}"
}


Cargando…
Cancelar
Guardar