Explorar el Código

first commit

master
LUYAO REN hace 5 años
padre
commit
1a50ab853c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      inputs

+ 1
- 1
inputs Ver fichero

@@ -1,7 +1,7 @@
{
"{{ project_name }}.disk_size": "150",
"{{ project_name }}.new_file_name": "{{ new_file_name }}",
"{{ project_name }}.fastqs": {{ fastq_list.split(";") }},
"{{ project_name }}.fastqs": {{ fastq_list.split(";") | tojson }},
"{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/bcftools:v1.9",
"{{ project_name }}.cluster_config": "OnDemand bcs.a2.large img-ubuntu-vpc"
}

Cargando…
Cancelar
Guardar