Skip to content

Commit

Permalink
Merge pull request #5 from tlemane/pierrepeterlongo-patch-1
Browse files Browse the repository at this point in the history
Update install.sh - supports any k
  • Loading branch information
tlemane authored Dec 3, 2024
2 parents f17c966 + 8383ebb commit d60cbf4
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 d60cbf4

Please sign in to comment.