# If the user has several datasets of the same 'nature' (gff, genomes, ...) to upload to galaxy, the next scalar is used by the script to differentiate
# between these different versions and name directories according to it and not overwrite the existing data
# If left empty, the genome will be considered version "1.0"
genome_version: {{ genome_version }}
genome_version: {{ genome_version }}
# Same as genome version, but for the OGS analysis
ogs_version: {{ ogs_version }}
ogs_version: {{ ogs_version }}
performed_by: {{ performed_by }}
performed_by: {{ performed_by }}
services:
services:
# Describe what optional services to deploy for the stack
# By default, only tripal, tripaldb and galaxy services will be deployed