[Genabel-commits] r1194 - pkg/ProbABEL/examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Apr 17 10:07:05 CEST 2013
Author: lckarssen
Date: 2013-04-17 10:07:05 +0200 (Wed, 17 Apr 2013)
New Revision: 1194
Modified:
pkg/ProbABEL/examples/example_bt.sh
Log:
Minor fix in ProbABEL BT example script
Modified: pkg/ProbABEL/examples/example_bt.sh
===================================================================
--- pkg/ProbABEL/examples/example_bt.sh 2013-04-16 23:29:18 UTC (rev 1193)
+++ pkg/ProbABEL/examples/example_bt.sh 2013-04-17 08:07:05 UTC (rev 1194)
@@ -1,6 +1,6 @@
#!/bin/sh
-# This script runs checks on ProbABEL's palinear module for
-# quantitative traits.
+# This script runs checks on ProbABEL's palogist module for
+# binary traits.
run_diff()
{
@@ -26,7 +26,6 @@
# the first argument is "verbose" then redirect handle 3 to stdout
exec 3>/dev/null
if [ "$1" = "verbose" ]; then
- echo "Verbose mode ON"
exec 3>&1
fi
More information about the Genabel-commits
mailing list