Skip to content

Commit

Permalink
Revert startup.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Sep 19, 2024
1 parent eae0588 commit 006a705
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker/startup.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
#!/bin/bash

# Check if the ncbitaxon pickled graph file exists
if [ ! -f /graphs/ncbitaxon_obo_graph.pkl ]; then
echo "Pickled ncbitaxon obo graph file not found. Generating it"
python /sw/generate_obo_graphs.py
else
echo "Pickled ncbitaxon obo graph file already exists in the container in
/graphs/"
fi

neo4j start
sleep 100
neo4j status
Expand Down

0 comments on commit 006a705

Please sign in to comment.