Mercurial > repos > gga > genenotebook_genenotebook_build
view kill_gnb.sh @ 11:4398a6fea625 draft default tip
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/genenotebook commit 6b276b84437470f019a6b13a7bd17171c117cece
author | gga |
---|---|
date | Mon, 01 Jul 2024 08:44:45 +0000 |
parents | 5a6050937cb9 |
children |
line wrap: on
line source
#!/bin/bash # Make sure everything is cleaned (including job queue) sleep 5 # Print server log echo "" echo "--- 'genoboo run' stopped, printing logs (server side) ---" cat ./gnb.log # Kill GeneNoteBook kill $GNB_PID sleep 5 # Kill MongoDB kill $(<"./mongo.pid") sleep 5