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
61f866a4
Commit
61f866a4
authored
2 years ago
by
AndiMajore
Browse files
Options
Downloads
Patches
Plain Diff
adjusted startup conditions
Former-commit-id:
5c84b617
parent
7d6b28ab
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
scripts/docker-entrypoint.sh
+2
-2
2 additions, 2 deletions
scripts/docker-entrypoint.sh
scripts/import-data.sh
+0
-15
0 additions, 15 deletions
scripts/import-data.sh
with
2 additions
and
17 deletions
scripts/docker-entrypoint.sh
+
2
−
2
View file @
61f866a4
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
scripts/import-data.sh
deleted
100755 → 0
+
0
−
15
View file @
7d6b28ab
#!/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
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