Release v2.1.0
General
- Bump
cryptography
requirement version to 3.2 - Create tools to handle multiple docker stacks in
docker_tools
repository (toggl galaxy state, update service)
config.yml
file
Input - 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
organisms.yml
file
Input - 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
Activity
Filter activity
added 2 commits
added 1 commit
- ea156ff8 - fix picture_path and tripal_banner_path in species template
added 1 commit
- d50be66a - fix typo in "galaxy_default_admin_user" config param
added 8 commits
- e73b9d76 - WIP: Check required config param are not empty
- c55f9210 - Throw a critical error while parsing the supplied config file when a parameter…
- 8432d11b - REQUIRED_PARAMETERS variable added to constants.py
- 4a112754 - WIP: Check required config param are not empty
- f5549dcb - Throw a critical error while parsing the supplied config file when a parameter…
- c0d9079d - REQUIRED_PARAMETERS variable added to constants.py
- 49798701 - Merge remote-tracking branch 'origin/check_config_param' into check_config_param
- ba81a70c - Merge branch 'check_config_param' into 'dev'
Toggle commit listmarked as a Work In Progress from e73b9d76
added 28 commits
- 2dce0f69 - remove useless performed_by param
- d44121bf - add phaeoexplorer_constants.py. Add constants. Add SpeciesData attributes.…
- 5f7757d4 - Set data file and dataset name as constants. Refactor run_wf (WIP)
- e72c024c - Update comment on the config file
- 4114dc00 - run_wf (WIP)
- c1191752 - add check_param_not_empty
- 49f5add2 - Refactor run_wf (WIP)
- 0cffb203 - Refactor run_wf (WIP)
- 5bbc05a7 - Refactor run_wf. Fix linting errors and warnings.
- 7cdad582 - Create utilities_bioblend.py. Refactor run_wf (WIP).
- 2fbeb177 - Refactor run_wf (WIP). Create generic class runWorkflow, and child class runWorkflowJbrowse
- 6b38826a - Refactor run_wf (WIP)
- 6c86b6f9 - Rename methods
- b59d2a28 - fix get_history
- 3d7eda89 - minor fix
- 9468ac92 - fix get_history(). Change verbosity
- 9bbb7931 - Change verbosity
- 07d45756 - fix library_id
- 476f437d - fix config
- 5647aad8 - fix instance_url
- 9d46adbd - fix get_datasets
- eae273b9 - fix time_sleep and common_name for org. Change dataset_prefix
- 1b13e75c - fix time_sleep and chado_species_name. Change common_name for org
- f2a6dd10 - fix replace workflow values. Add time sleep before sync analysis. Change full_name
- 5d063f27 - Add GALAXY_DEFAULT_ADMIN_KEY to galaxy service env variable
- d68ab85c - Minor fix
- 27cd39b8 - Update to wf_v6
- 744e2e3a - Merge branch 'run_wf' into dev
Toggle commit listadded 1 commit
- 8708daa4 - add CONF_GALAXY_DEFAULT_ADMIN_KEY as required param
added 1 commit
- 778bdae7 - fix missing method get_sp_jbrowse_links(org_list)
added 12 commits
- d396190f - Update to wf_v7: sync in wf
- d66753e7 - Update to wf_v7: sync in wf
- 8c3ba12d - Update to wf_v7: sync in wf
- b03e6a16 - Update to wf_v7: sync in wf
- 286fed10 - fix get picture
- f24c3645 - debug get picture
- 70969c5c - debug get picture
- 64eb7c03 - debug get picture
- dac92cd6 - debug get picture
- 5925f2af - debug get picture
- 6baf190f - debug get picture
- 678d17d7 - Merge branch 'sync_in_wf' into 'dev'
Toggle commit listadded 2 commits
Please register or sign in to reply