Release 2.0 (merge dev to master)
General
- Reorganize repository
- Fix verbosity mode
- Fix logs details
- Update
README.md
- Update the "help" option in the scripts
- Update
examples
- Factorize and optimize code
- Create file
constants.py
containing the constant variables
organisms.yml
file
Input - Change root structure (a list instead of a dictionary, the
name
parameter is added to the species dictionarysp_dict
) - Add parameter
main_species
. Useful when there are multiple strains for the same species: set toyes
to define the strain used as home for JBrowse - Parameters
species
,genus
,strain
,sex
,common
will be sanitized (removing" "
,"-"
,"("
,")"
,"'"
) - Add jinja2 template
Input config file
- Change root structure (one-level dictionary)
- Add parameters
authelia_secrets_env_path
andauthelia_db_postgres_password
required for Authelia - Change the name of some parameters (
galaxy_persist_data
,tripal_banner_path
,jbrowse_menu_url
) - Remove unused apollo parameters (
webapollo_user
,webapollo_password
)
Step "init"
- Update
templates
files - Fix the copy of the specified banner
- Write
galaxy_nginx.conf
only if needed
Step "get data"
- Prefix data filenames with
g_species_s
- Add the last modification date of the source file to the gff filename
Step "load data"
- Use Bioblend function
upload_from_galaxy_fs()
instead ofupload_from_local()
(to enable symlink, instead of copy)
Step "run workflow Phaeoexplorer"
- Development of a workflow loading fasta and gff files to Chado, Tripal and JBrowse, for one or two organisms of the same species
Edited by Loraine Gueguen
Merge request reports
Activity
Filter activity
added 19 commits
- 91c3500d - Remove unused imports. Update Readme. Factorize goto_species_dir()
- 73cc89a8 - Remove unused imports. Factorize goto_species_dir(), create_galaxy_instance.…
- f3cef51b - Factorize run_tool()
- 62a4ee33 - fix galaxy instance
- 5e0fb690 - fix Object-oriented galaxy instance (for get_previews())
- b6043307 - fix Object-oriented galaxy instance (for get_previews())
- 575ddd21 - fix filepath for upload_from_galaxy_fs(). Factorize get_species_dir()
- 7208a7a9 - fix filepath for upload_from_galaxy_fs()
- 7ca737a5 - fix filepath for upload_from_galaxy_fs()
- 311f553a - fix filepath for upload_from_galaxy_fs()
- 3d201f98 - fix filepath for upload_from_galaxy_fs()
- fafe57c6 - fix filepath for upload_from_galaxy_fs()
- c2b5e5a2 - fix foldername for upload_from_galaxy_fs()
- 79116521 - fix foldername for upload_from_galaxy_fs()
- 7c6df170 - fix foldername for upload_from_galaxy_fs()
- 19e70cf7 - uncomment checking job state
- e9abe404 - uncomment checking job state
- 14eac2c8 - comment checking job state
- 825ef980 - Merge branch 'release_2.0' into 'dev'
Toggle commit listadded 18 commits
- f5989e1f - Move constants to file constants.py. Change config root to dict and update…
- b2ce2b86 - Get input yml keys from constants
- b6216293 - Fix sameas in jinja2 template
- 4c7524f3 - fix keys in create_org_param_dict_from_constants()
- cd192103 - fix keys in create_org_param_dict_from_constants()
- eb12e5b4 - fix condition in get_unique_species_dict_list()
- 9095ecff - minor fix
- 491ae1fa - replace call() with run(). Factorize run_command() and…
- 596b855b - replace call() with run(). Factorize run_command() and…
- c8c3ba3e - Add debug
- 0cadbdad - fix banner copy if exists
- bf9daf4d - fix banner copy if exists
- 74cb81fc - fix ENABLE_BLAST in gspecies compose. Remove double quotes in congif input yaml and fix blast value
- cf811479 - fix datasets path in gga_get_data.py
- 75074dd0 - fix constructor for LoadData Class
- ea09cb2e - fix constructor for LoadData Class
- 59992b00 - fix run_tool call
- f05ff74e - Merge branch 'release_2.0' into 'dev'
Toggle commit listadded 8 commits
- 8154c570 - add 1 organism workflow (chado load)
- 87f9fb47 - Merge branch 'dev' of http://gitlab.sb-roscoff.fr/abims/e-infra/gga_load_data into workflow_v2
- df6d5d55 - Blast workflow added (v1)
- a10ada5f - Update README
- b9d17f94 - Fix missing runtime parameters for blast workflow
- 9db3bcff - Added date in gff file
- 4d4554c4 - fix typo
- 5176195a - Merge remote-tracking branch 'origin/workflow_v2' into dev
Toggle commit list
Please register or sign in to reply