Release v2.1.0
-
Review changes -
-
Download -
Patches
-
Plain diff
General
- Bump
cryptography
requirement version to 3.2 - Create tools to handle multiple docker stacks in
docker_tools
repository (toggl galaxy state, update service)
Input config.yml
file
- Fix typo in parameter
galaxy_default_admin_user
- Add parameter
galaxy_default_admin_key
(required to create the admin usergalaxy_default_admin_user
in Galaxy) - Check that all required parameters are not empty
Input organisms.yml
file
- Add the parameter
picture_path
in thedescription
section to add this picture in the Tripal homepage - Add parameter
contig_prefix
in thedata
section to list the prefixes used for contig names. Required when they are multiple strains from the same species to map the contig name prefix to the right JBrowse dataset ID in Tripal (see Step "init") - Add the go summary functionality in Tripal. This functionality can be activated with parameter
go
set to1
in theservices
section - Remove unused
performed_by
parameter - Fix code for empty
strain
and/orsex
Step "init"
- Add a picture of the species in the Tripal homepage (the picture of the main strain if exists, the picture of another strain if not)
- Fix Tripal site name
- Add env variable
JBROWSE_LINKS
in the Tripal service, to map the contig name prefix to the right JBrowse dataset ID in Tripal (for Tripal hyperlinks to JBrowse)
Step "get data"
- Change data file names: use prefix
strain_sex
Step "run workflow Phaeoexplorer"
- Create a parent module
run_workflow_phaeo.py
, with classes and methods used by the workflow scripts - Create file
constants_phaeo.py
to store constants used in step "run workflow Phaeoexplorer" (workflows and galaxy tools details) - Script
gga_run_workflow_phaeo_jbrowse.py
: runs a Galaxy workflow to load the genome, the annotations and the proteins to Chado, Tripal and JBrowse, for one or two strains of the same species - Work in progress: workflows to load blast and interpro results
Edited by Loraine Gueguen
Merge request reports
Compare and
Show latest version
- version 43f8dfe448
- version 4280492112
- version 41f6ed196a
- version 40827bf876
- version 3975091884
- version 38e2fe7419
- version 37e9a0a824
- version 363a63edf0
- version 353e98e509
- version 34bfcb4817
- version 33678d17d7
- version 3251e1c0e6
- version 316e8c3bd1
- version 30778bdae7
- version 298708daa4
- version 28744e2e3a
- version 27e0900c0a
- version 26ba81a70c
- version 2523e250bb
- version 240bc028d5
- version 2330e72a31
- version 22d50be66a
- version 21d78fe65e
- version 20d5307029
- version 19ea156ff8
- version 18a46f930c
- version 1726331163
- version 164230085a
- version 1519219d02
- version 149ac2c7dd
- version 138ee1114e
- version 122633b7d3
- version 11b16675ce
- version 108478cc13
- version 9f86c515d
- version 8555e70de
- version 7fe6ecd5c
- version 674ed0472
- version 5c0c1b7de
- version 499ed4993
- version 3347b3944
- version 281ed19b7
- version 1b1660c82
- master (base)
- latest version5d2ac566114 commits,
- version 43f8dfe448113 commits,
- version 4280492112112 commits,
- version 41f6ed196a111 commits,
- version 40827bf876108 commits,
- version 3975091884107 commits,
- version 38e2fe7419106 commits,
- version 37e9a0a824105 commits,
- version 363a63edf0104 commits,
- version 353e98e509103 commits,
- version 34bfcb4817102 commits,
- version 33678d17d7100 commits,
- version 3251e1c0e688 commits,
- version 316e8c3bd187 commits,
- version 30778bdae786 commits,
- version 298708daa485 commits,
- version 28744e2e3a84 commits,
- version 27e0900c0a56 commits,
- version 26ba81a70c53 commits,
- version 2523e250bb45 commits,
- version 240bc028d541 commits,
- version 2330e72a3140 commits,
- version 22d50be66a39 commits,
- version 21d78fe65e38 commits,
- version 20d530702937 commits,
- version 19ea156ff836 commits,
- version 18a46f930c35 commits,
- version 172633116333 commits,
- version 164230085a32 commits,
- version 1519219d0231 commits,
- version 149ac2c7dd30 commits,
- version 138ee1114e29 commits,
- version 122633b7d328 commits,
- version 11b16675ce27 commits,
- version 108478cc1326 commits,
- version 9f86c515d25 commits,
- version 8555e70de24 commits,
- version 7fe6ecd5c23 commits,
- version 674ed047222 commits,
- version 5c0c1b7de21 commits,
- version 499ed499320 commits,
- version 3347b394419 commits,
- version 281ed19b718 commits,
- version 1b1660c8217 commits,
1 file
+ 1
− 1
Compare changes
- Side-by-side
- Inline
+ 1
− 1
@@ -105,7 +105,7 @@ class SpeciesData:
Loading