Author: Pranav Ballaney
Last-Update: 2020-08-03 20:45:43 +0530
Description: Fix path in example scripts

--- a/examples/example_bt.sh
+++ b/examples/example_bt.sh
@@ -9,7 +9,7 @@ gtdatadir="gtdata"
 # installed ProbABEL according to the instructions in the doc/INSTALL
 # file, or installed it via your Linux distribution's package manager,
 # you can leave this variable empty.
-padir="../src/"
+padir=""
 
 
 # Using text-based dosage genotype files as input
--- a/examples/example_cox.sh
+++ b/examples/example_cox.sh
@@ -8,7 +8,7 @@ gtdatadir="gtdata"
 # installed ProbABEL according to the instructions in the doc/INSTALL
 # file, or installed it via your Linux distribution's package manager,
 # you can leave this variable empty.
-padir="../src/"
+padir=""
 
 
 # Using text-based dosage genotype files as input
--- a/examples/example_mmscore.sh
+++ b/examples/example_mmscore.sh
@@ -11,7 +11,7 @@ gtdatadir="gtdata"
 # installed ProbABEL according to the instructions in the doc/INSTALL
 # file, or installed it via your Linux distribution's package manager,
 # you can leave this variable empty.
-padir="../src/"
+padir=""
 
 
 # Using text-based dosage genotype files as input
--- a/examples/example_qt.sh
+++ b/examples/example_qt.sh
@@ -10,7 +10,7 @@ gtdatadir="gtdata"
 # installed ProbABEL according to the instructions in the doc/INSTALL
 # file, or installed it via your Linux distribution's package manager,
 # you can leave this variable empty.
-padir="${padir}"
+padir=""
 
 # Using text-based dosage genotype files as input
 echo "basic analysis"
