Explorar el Código

revised input

tags/v0.1.0
stead99 hace 5 años
padre
commit
efdf800673
Se han modificado 2 ficheros con 2 adiciones y 4 borrados
  1. +1
    -1
      inputs
  2. +1
    -3
      workflow.wdl

+ 1
- 1
inputs Ver fichero

@@ -9,7 +9,7 @@
"{{ project_name }}.samtools_docker": "{{ samtools_docker if samtools_docker != '' else 'registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/samtools:v1.3.1' }}",
"{{ project_name }}.samtools_cluster": "{{ samtools_cluster if samtools_cluster != '' else 'OnDemand bcs.a2.large img-ubuntu-vpc' }}",
"{{ project_name }}.stringtie_docker": "{{ stringtie_docker if stringtie_docker != '' else 'registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/stringtie:v1.3.4' }}",
"{{ project_name }}.stringtie_cluster": "{{ stringtie_cluster if stringtie_cluster != '' else 'OnDemand bcs.a2.large img-ubuntu-vpc' }}"
"{{ project_name }}.stringtie_cluster": "{{ stringtie_cluster if stringtie_cluster != '' else 'OnDemand bcs.a2.large img-ubuntu-vpc' }}",
"{{ project_name }}.ballgown_docker": "{{ ballgown_docker if ballgown_docker != '' else 'registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/pgx-ballgown:0.0.1' }}",
"{{ project_name }}.ballgown_cluster": "{{ ballgown_cluster if ballgown_cluster != '' else 'OnDemand bcs.a2.large img-ubuntu-vpc' }}"
}

+ 1
- 3
workflow.wdl Ver fichero

@@ -42,9 +42,7 @@ workflow {{ project_name }} {
docker = ballgown_docker,
cluster = ballgown_cluster,
ballgown = stringtie.ballgown
}

}
}


Cargando…
Cancelar
Guardar