Skip to content

Commit

Permalink
Merge pull request #24 from VirtualFlyBrain/vfb_pipeline_streamed
Browse files Browse the repository at this point in the history
Vfb pipeline streamed
  • Loading branch information
Robbie1977 authored Aug 10, 2024
2 parents 6f273f9 + bcb6b22 commit 97cd9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV KBserver=http://192.168.0.1:7474
ENV KBuser=neo4j
ENV KBpassword=password

ENV GITBRANCH=ontology_chunks
ENV GITBRANCH=master

RUN pip3 install wheel requests psycopg2 pandas base36

Expand Down
1 change: 1 addition & 0 deletions process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ curl -i -X POST ${KBserver}/db/data/transaction/commit -u ${KBuser}:${KBpassword
curl -i -X POST ${KBserver}/db/data/transaction/commit -u ${KBuser}:${KBpassword} -H 'Content-Type: application/json' -d '{"statements": [{"statement": "MATCH ()-[r]-() WHERE exists(r.block) DELETE r"}]}' >> ${VFB_DEBUG_DIR}/neo4j_change_label_to_rdfs.txt

python3 ${SCRIPTS}neo4j_kb_export.py ${KBserver} ${KBuser} ${KBpassword} ${KB_FILE}
robot merge -i $VFB_DOWNLOAD_DIR/kb_part_0.owl -i $VFB_DOWNLOAD_DIR/kb_part_1.owl -i $VFB_DOWNLOAD_DIR/kb_part_2.owl -i $VFB_DOWNLOAD_DIR/kb_part_3.owl -i $VFB_DOWNLOAD_DIR/kb_rels.owl -o ${KB_FILE}

echo "VFBTIME:"
date
Expand Down

0 comments on commit 97cd9b3

Please sign in to comment.