Skip to content

Commit

Permalink
fix bash getops bgee option
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed May 16, 2024
1 parent 8465c3c commit ecc1610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prefixes=$(sparql --results=TSV --data=prefixes.ttl "PREFIX sh:<http://www.w3.or
echo "Prefixes found"

project="*"
while getopts nuhrsgmcp: option; do
while getopts nuhrsgmcpb: option; do
case "$option" in
p) project="$OPTARG";;
u) project="uniprot";;
Expand Down
2 changes: 1 addition & 1 deletion convertToOneTurtle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


project="uniprot"
while getopts nuhrsgmcp: option; do
while getopts nuhrsgmcpb: option; do
case "$option" in
p) project="$OPTARG";;
u) project="uniprot";;
Expand Down

0 comments on commit ecc1610

Please sign in to comment.