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

adjusted startup conditions

Former-commit-id: 221087cd072a74c0f7c1ba5b0b7cecc61624373e [formerly 4032a8ee4582546a7baede2e6033679f2e922a58]
Former-commit-id: 0bc728217010d747a8ed5f425cbb065fd2bba8c9
parent 0365b931
No related branches found
No related tags found
No related merge requests found
......@@ -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 -u --all
#python3 manage.py make_graphs
python3 manage.py populate_db --all
python3 manage.py make_graphs
/usr/bin/supervisord -c "/etc/supervisor/conf.d/supervisord.conf"
#!/bin/bash
# python3 manage.py populate_db --delete_model PPI,PDI,PDi,DrDi,Drug,Protein,Tissue,Expression,Disorder
#python3 manage.py populate_db --all -u
#python3 manage.py populate_db -p -u
#python3 manage.py populate_db --clear --all
#python3 manage.py populate_db --delete_model Disorder
#python3 manage.py populate_db -u --all
#python3 manage.py populate_db --delete_model PDI --data_dir . -pdr
#python3 manage.py populate_db --data_dir . -exp gene_tissue_expression.gct
#python3 manage.py populate_db -dr
#python3 manage.py populate_db --data_dir . -pdr drug-protein-interaction.txt
#python3 manage.py populate_db -di
#python3 manage.py populate_db --data_dir . -pdi "" -ddi ""
#python3 manage.py populate_db -pp protein_protein_interaction_file.txt
\ No newline at end of file
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