Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cosy-Bio
Drugst.One
backend
Commits
0d289152
Commit
0d289152
authored
2 years ago
by
AndiMajore
Browse files
Options
Downloads
Patches
Plain Diff
fixed issue in make_graphs where no entrez networks were prebuild
parent
c1069d98
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drugstone/management/commands/make_graphs.py
+1
-1
1 addition, 1 deletion
drugstone/management/commands/make_graphs.py
scripts/docker-entrypoint.sh
+1
-1
1 addition, 1 deletion
scripts/docker-entrypoint.sh
with
2 additions
and
2 deletions
drugstone/management/commands/make_graphs.py
+
1
−
1
View file @
0d289152
...
@@ -254,7 +254,7 @@ class Command(BaseCommand):
...
@@ -254,7 +254,7 @@ class Command(BaseCommand):
if
hash
in
uniq_combis
:
if
hash
in
uniq_combis
:
continue
continue
uniq_combis
.
add
(
hash
)
uniq_combis
.
add
(
hash
)
for
identifier
in
[
'
ensg
'
,
'
symbol
'
,
'
en
sembl
'
,
'
uniprot
'
]:
for
identifier
in
[
'
ensg
'
,
'
symbol
'
,
'
en
trez
'
,
'
uniprot
'
]:
parameter_combinations
.
append
([
ppi_ds
,
pdi_ds
,
identifier
])
parameter_combinations
.
append
([
ppi_ds
,
pdi_ds
,
identifier
])
# close all database connections so subprocesses will create their own connections
# close all database connections so subprocesses will create their own connections
# this prevents the processes from running into problems because of using the same connection
# this prevents the processes from running into problems because of using the same connection
...
...
This diff is collapsed.
Click to expand it.
scripts/docker-entrypoint.sh
+
1
−
1
View file @
0d289152
...
@@ -4,7 +4,7 @@ python3 manage.py makemigrations drugstone
...
@@ -4,7 +4,7 @@ python3 manage.py makemigrations drugstone
python3 manage.py migrate
python3 manage.py migrate
python3 manage.py createfixtures
python3 manage.py createfixtures
python3 manage.py cleanuptasks
python3 manage.py cleanuptasks
python3 manage.py populate_db
--update
-a
#
python3 manage.py populate_db --update -a
python3 manage.py make_graphs
python3 manage.py make_graphs
/usr/bin/supervisord
-c
"/etc/supervisor/conf.d/supervisord.conf"
/usr/bin/supervisord
-c
"/etc/supervisor/conf.d/supervisord.conf"
This diff is collapsed.
Click to expand it.
Maier, Andreas
@bba1660
mentioned in commit
50749984
·
1 year ago
mentioned in commit
50749984
mentioned in commit 507499841fd574ae79b61d50f2171849cdf10a18
Toggle commit list
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