Skip to content
Snippets Groups Projects

Enable go

Merged Loraine Gueguen requested to merge enable_go into dev
9 files
+ 37
14
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -18,7 +18,7 @@
@@ -18,7 +18,7 @@
# Paths to the different datasets to copy and import into the galaxy container (as a shared library)
# Paths to the different datasets to copy and import into the galaxy container (as a shared library)
# Must be absolute paths to the dataset
# Must be absolute paths to the dataset
genome_path: /path/to/repo/examples/src_data/genome/v1.0/Citrus_sinensis-scaffold00001.fasta # Mandatory!
genome_path: /path/to/repo/examples/src_data/genome/v1.0/Citrus_sinensis-scaffold00001.fasta # Mandatory!
transcripts_path: /path/to/repo/examples/src_data/annotation/v1.0/Citrus_sinensis-orange1.1g015632m.g.fasta # Mandatory!
transcripts_path: /path/to/repo/examples/src_data/annotation/v1.0/Citrus_sinensis-orange1.1g015632m.g.fasta
proteins_path: # Mandatory!
proteins_path: # Mandatory!
gff_path: /path/to/repo/examples/src_data/annotation/v1.0/Citrus_sinensis-orange1.1g015632m.g.gff3 # Mandatory!
gff_path: /path/to/repo/examples/src_data/annotation/v1.0/Citrus_sinensis-orange1.1g015632m.g.gff3 # Mandatory!
interpro_path: /path/to/repo/examples/src_data/annotation/v1.0/functional_annotation/Citrus_sinensis-orange1.1g015632m.g.iprscan.xml
interpro_path: /path/to/repo/examples/src_data/annotation/v1.0/functional_annotation/Citrus_sinensis-orange1.1g015632m.g.iprscan.xml
@@ -33,6 +33,6 @@
@@ -33,6 +33,6 @@
ogs_version: 1.0
ogs_version: 1.0
performed_by:
performed_by:
services:
services:
# List the optional services to be deploy in the stack
# List the optional services/resources to add
# By default, only tripal, tripaldb, galaxy, jbrowse and elasticsearch services will be deployed
blast: 0 # "1" to add links to blast form, "some/url" to specify, multiple urls as "Name1=url1&Name2=url2", "0" to disable it. Default: "0"
blast: 0
go: 1 # "1" to add links to GO summary, "0" to disable it. Default: "0"
\ No newline at end of file
\ No newline at end of file
Loading