Skip to content
Snippets Groups Projects
Commit 0858f0f4 authored by AndiMajore's avatar AndiMajore
Browse files

drugbank drug-disease dataset is now correctly labeled as licenced dataset

Former-commit-id: 1ff1cb4ea9b9afcaf441b76189d4f9ef2a8f03fb [formerly 807af46d6d940333fa393d19ae660ae318d1b560]
Former-commit-id: b0730789b8f14eb1f5fe77079df4b7538f590824
parent 7c50553d
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ def get_drug_target_drugbank(): ...@@ -146,7 +146,7 @@ def get_drug_target_drugbank():
name='DrugBank', name='DrugBank',
link='https://go.drugbank.com/', link='https://go.drugbank.com/',
version='5.1.7', version='5.1.7',
licenced=False licenced=True
) )
return dataset return dataset
......
...@@ -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"
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