Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gga_load_data
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abims
e-infra
gga_load_data
Merge requests
!17
Enable go
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable go
enable_go
into
dev
Overview
0
Commits
2
Pipelines
0
Changes
9
Merged
Loraine Gueguen
requested to merge
enable_go
into
dev
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
9
Expand
Add go summary functionality
Update README: add picture, list services deployed
👍
0
👎
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
342fff32
2 commits,
3 years ago
9 files
+
37
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
examples/citrus_sinensis.yml
+
4
−
4
Options
@@ -18,7 +18,7 @@
# Paths to the different datasets to copy and import into the galaxy container (as a shared library)
# Must be absolute paths to the dataset
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!
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
@@ -33,6 +33,6 @@
ogs_version
:
1.0
performed_by
:
services
:
# List the optional services to be deploy in the stack
# By default, only tripal, tripaldb, galaxy, jbrowse and elasticsearch services will be deployed
blast
:
0
\ No newline at end of file
# List the optional services/resources to add
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"
go
:
1
# "1" to add links to GO summary, "0" to disable it. Default: "0"
\ No newline at end of file
Loading