This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository prottest.
commit db5d8c11b50b914af37ab8dad1b288efe064653d Author: Andreas Tille <[email protected]> Date: Sat Oct 17 00:04:36 2015 +0200 Add potential starters - adapting these to Debian systems is needed. --- debian/bin/mpjrun.sh | 2 ++ debian/bin/runProtTestHPC | 5 +++++ debian/bin/runXProtTestHPC | 2 ++ 3 files changed, 9 insertions(+) diff --git a/debian/bin/mpjrun.sh b/debian/bin/mpjrun.sh new file mode 100755 index 0000000..ecd9df0 --- /dev/null +++ b/debian/bin/mpjrun.sh @@ -0,0 +1,2 @@ +#!/bin/sh +java -jar $MPJ_HOME/lib/starter.jar "$@" diff --git a/debian/bin/runProtTestHPC b/debian/bin/runProtTestHPC new file mode 100755 index 0000000..905e829 --- /dev/null +++ b/debian/bin/runProtTestHPC @@ -0,0 +1,5 @@ +#!/bin/sh +export MPJ_HOME=$PWD/mpj +export NP=$1 +shift +$MPJ_HOME/bin/mpjrun.sh -dev niodev -wdir $PWD/ -np $NP -jar prottest-3.4.jar $* diff --git a/debian/bin/runXProtTestHPC b/debian/bin/runXProtTestHPC new file mode 100755 index 0000000..f5e3888 --- /dev/null +++ b/debian/bin/runXProtTestHPC @@ -0,0 +1,2 @@ +#!/bin/sh +java -cp prottest-3.4.jar es.uvigo.darwin.xprottest.XProtTestApp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/prottest.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
