Procházet zdrojové kódy

revised input

tags/v0.1.0
stead99 před 5 roky
rodič
revize
efdf800673
2 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. +1
    -1
      inputs
  2. +1
    -3
      workflow.wdl

+ 1
- 1
inputs Zobrazit soubor

@@ -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 Zobrazit soubor

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

}
}


Načítá se…
Zrušit
Uložit