Mercurial > repos > gga > genenotebook_genenotebook_build
changeset 14:00375db0029a draft default tip
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/genenotebook commit 642380bc98119314ff94dcce5b6437cf7c7ce672
| author | gga |
|---|---|
| date | Fri, 28 Nov 2025 16:31:06 +0000 |
| parents | eae124b1e1f1 |
| children | |
| files | kill_gnb.sh macros.xml |
| diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 @@ </xml> <token name="@TOOL_VERSION@">0.4.18</token> - <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy0</token> + <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy1</token> <xml name="citation"> <citations>
