Skip to content

Commit

Permalink
Bugfix transporter prediction for given metabolite
Browse files Browse the repository at this point in the history
- closes #203
  • Loading branch information
Waschina committed Jan 13, 2024
1 parent f96e127 commit 3e2d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transporter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exit 1
}

OPTIND=1 # Reset in case getopts has been used previously in the shell.
while getopts "h?i:b:c:qkmf::v:M:K:" opt; do
while getopts "h?i:b:c:qkm:f::v:M:K:" opt; do
case "$opt" in
h|\?)
usage
Expand Down

0 comments on commit 3e2d939

Please sign in to comment.