# HG changeset patch # User gga # Date 1764347466 0 # Node ID 00375db0029a181bdbf77777a61e31aadf5a501f # Parent eae124b1e1f1e0879d7b1e691fcfd0948617bb42 planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/genenotebook commit 642380bc98119314ff94dcce5b6437cf7c7ce672 diff -r eae124b1e1f1 -r 00375db0029a kill_gnb.sh --- a/kill_gnb.sh Tue Jul 15 13:09:49 2025 +0000 +++ b/kill_gnb.sh Fri Nov 28 16:31:06 2025 +0000 @@ -16,4 +16,5 @@ # Kill MongoDB kill $(<"./mongo.pid") -sleep 5 +# Wait to make sure the process is actually killed +sleep 60 diff -r eae124b1e1f1 -r 00375db0029a macros.xml --- a/macros.xml Tue Jul 15 13:09:49 2025 +0000 +++ b/macros.xml Fri Nov 28 16:31:06 2025 +0000 @@ -8,7 +8,7 @@ 0.4.18 - @TOOL_VERSION@+galaxy0 + @TOOL_VERSION@+galaxy1