Skip to content

Commit

Permalink
Update install.sh - supports any k
Browse files Browse the repository at this point in the history
fixes a getopts typo
  • Loading branch information
pierrepeterlongo authored Dec 3, 2024
1 parent f17c966 commit 8383ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ native="OFF"
installp=$(realpath ./kmindex_install)
max_ksize=256

while getopts "r:t:j:p:nh" option; do
while getopts "r:t:j:k:p:nh" option; do
case "$option" in
r)
mode=${OPTARG}
Expand Down

0 comments on commit 8383ebb

Please sign in to comment.