Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
rivera10 committed Mar 5, 2021
1 parent ca199d1 commit 99d0fe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions precheck_TransPi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,9 @@ elif [ ! -d "$mypwd" ];then
echo -e "\n\t -- Please provide a valid PATH to run TransPi -- \n"
exit 0
elif [ -d "$mypwd" ];then
if [ ${mypwd} == "." ];then
export mypwd=$(pwd)
fi
cd $mypwd
pipeline_steup
fi

0 comments on commit 99d0fe9

Please sign in to comment.