Skip to content

Commit

Permalink
do not install jellyfish by default: installing jellyfish by default …
Browse files Browse the repository at this point in the history
…breaks bioconda compatibility
  • Loading branch information
Aleksey Zimin committed Jun 23, 2022
1 parent af533f2 commit 02efeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_krakenuniq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ On MacOS, if you experience the error \"clang: fatal error: unsupported option '
"


while getopts "Cshc:gl:" OPTION; do
while getopts "Chjc:gl:" OPTION; do
case $OPTION in
c) MAKE_ARGS="CXX=\"$OPTARG\"" ;;
C) MAKE_CLEAN="" ;;
Expand Down

0 comments on commit 02efeca

Please sign in to comment.