Skip to content
Snippets Groups Projects

Release v2.1.0

Merged Loraine Gueguen requested to merge dev into master
Compare and Show latest version
20 files
+ 4859
292
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -18,6 +18,10 @@
# 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!
# Required when they are multiple strains from the same species to map the contig name prefix to the right JBrowse dataset ID in Tripal
# If multiple contig name prefixes, they must be separated by ";"
# example: "contig_prefix1;contig_prefix2"
contig_prefix:
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!
@@ -31,7 +35,6 @@
genome_version: 1.0
# Same as genome version, but for the OGS analysis
ogs_version: 1.0
performed_by:
services:
# 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"
Loading