Explorar el Código

增加docker版本号

tags/v1.0
linzipeng hace 6 años
padre
commit
722447eb38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      inputs

+ 1
- 1
inputs Ver fichero

@@ -2,7 +2,7 @@
"{{ project_name }}.ref_dir": "oss://pgx-test-data/wgbs/genome/hg38/",
"{{ project_name }}.fastq_1": "{{ read1 }}",
"{{ project_name }}.cluster_config": "{{ cluster if cluster != '' else 'OnDemand ecs.sn2ne.2xlarge img-ubuntu-vpc' }}",
"{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/bismark",
"{{ project_name }}.docker": "registry-vpc.cn-shanghai.aliyuncs.com/pgx-docker-registry/bismark:1.0.0",
"{{ project_name }}.sample": "{{ sample_name }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.fastq_2": "{{ read2 }}"

Cargando…
Cancelar
Guardar