Skip to content

Commit

Permalink
BugFix: Check for scipy for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
enormandeau committed Jun 19, 2023
1 parent 6949f48 commit f3fed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_scripts/00_validate_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ case $? in
esac

# validate scipy is available
command python -c "import scipy" >/dev/null 2>&1 ||
command python3 -c "import scipy" >/dev/null 2>&1 ||
{
echo -e "\nSNPLift ERROR: scipy (Python module) is not installed"
echo
Expand Down

0 comments on commit f3fed9e

Please sign in to comment.