You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"You will need to download and install $j manually, then add its path to $toolspec"
164
+
Final_message="WARNING: One or more command did not install successfully. See warning messages above. You will need to correct this before running STRetch."
if [ !-f$refdir/hg19.PCRfreeWGS_143_STRetch_controls.tsv ] ;then
111
121
mkdir -p $refdir
112
122
echo"Downloading reference data"
@@ -144,6 +154,18 @@ for c in $commands ; do
144
154
fi
145
155
done
146
156
157
+
forjin$jarfiles;do
158
+
if [ !-f$PWD/bin/$j.jar ] ;then
159
+
echo -n "WARNING: $j could not be found!!!! "
160
+
echo"You will need to download and install $j manually, then add its path to $toolspec"
161
+
Final_message="WARNING: One or more command did not install successfully. See warning messages above. You will need to correct this before running STRetch."
0 commit comments