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
Commits
3128386f
Commit
3128386f
authored
2 years ago
by
Loraine Guéguen
Browse files
Options
Downloads
Patches
Plain Diff
fix get_organism()
parent
6e36c851
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!47
v2.5.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gga_run_workflow_phaeo_blast_interpro.py
+5
-2
5 additions, 2 deletions
gga_run_workflow_phaeo_blast_interpro.py
with
5 additions
and
2 deletions
gga_run_workflow_phaeo_blast_interpro.py
+
5
−
2
View file @
3128386f
...
...
@@ -258,9 +258,12 @@ def prepare_history_and_get_wf_param(sp_dict_list, main_dir, config):
analyses_dict_list
=
run_workflow_for_current_organism
.
get_analyses
()
org_id
=
run_workflow_for_current_organism
.
get_organism
()
organisms_dict_list
=
run_workflow_for_current_organism
.
get_organisms
()
org_id
=
run_workflow_for_current_organism
.
get_organism
(
organisms_dict_list
,
run_workflow_for_current_organism
.
genus_uppercase
,
run_workflow_for_current_organism
.
chado_species_name
)
if
org_id
is
None
:
logging
.
critical
(
"
Cannot find required organism in Chado database for %s
"
%
self
.
full_name
)
logging
.
critical
(
"
Cannot find required organism in Chado database for %s
"
%
run_workflow_for_current_organism
.
full_name
)
sys
.
exit
()
blastp_analysis_id
=
run_workflow_for_current_organism
.
add_analysis_if_needed
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment