Skip to content
Snippets Groups Projects
Commit 34a9d905 authored by AndiMajore's avatar AndiMajore
Browse files

fixed issue in make_graphs where no entrez networks were prebuild

Former-commit-id: 8f47f0d569e2a0c6bec9ce3a4f1c9a503408b3e7 [formerly 8e69573cb1b6be1c391e5274da373a01a3de24f7]
Former-commit-id: beee089e232617c8933388b7cf60de1ffcb36957
parent 66288004
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ class Command(BaseCommand):
if hash in uniq_combis:
continue
uniq_combis.add(hash)
for identifier in ['ensg', 'symbol', 'ensembl', 'uniprot']:
for identifier in ['ensg', 'symbol', 'entrez', 'uniprot']:
parameter_combinations.append([ppi_ds, pdi_ds, identifier])
# 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
......
......@@ -4,7 +4,7 @@ python3 manage.py makemigrations drugstone
python3 manage.py migrate
python3 manage.py createfixtures
python3 manage.py cleanuptasks
python3 manage.py populate_db --update -a
#python3 manage.py populate_db --update -a
python3 manage.py make_graphs
/usr/bin/supervisord -c "/etc/supervisor/conf.d/supervisord.conf"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment