Skip to content
Snippets Groups Projects
Commit 1de495ec authored by David Flitney's avatar David Flitney
Browse files

Modifications to use SGE if available.

parent e05760c1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
# SHCOPYRIGHT
if [ "x$SGE_ROOT" != "x" ] && [ -f $FSLDIR/bin/sge_bedpost ] ; then
exec $FSLDIR/bin/sge_bedpost $@
fi
Usage() {
echo ""
echo "Usage: bedpost <subject directory> "
......
......@@ -2,6 +2,10 @@
# SHCOPYRIGHT
if [ "x$SGE_ROOT" != "x" ] && [ -f $FSLDIR/bin/sge_bedpostX ] ; then
exec $FSLDIR/bin/sge_bedpostX $@
fi
Usage() {
echo ""
echo "Usage: bedpostX <subject directory> "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment