Skip to content

Commit

Permalink
Update Oxigraph load scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yokochi47 committed Aug 22, 2023
1 parent a65942a commit 32d708a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oxigraph_scripts/update_oxigraph_pdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ do

let loop_id++

loop_id_mod=$(($loop_id % 36))
loop_id_mod=$(($loop_id % 64))

if [ $loop_id_mod = 0 ] ; then

Expand Down
2 changes: 1 addition & 1 deletion oxigraph_scripts/update_oxigraph_vrpt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ do

let loop_id++

loop_id_mod=$(($loop_id % 36))
loop_id_mod=$(($loop_id % 64))

if [ $loop_id_mod = 0 ] ; then

Expand Down

0 comments on commit 32d708a

Please sign in to comment.