Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
correct getopts syntax for log file option in corresp_contigs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 4, 2018
1 parent 87aa12b commit 574e0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert_coord/corresp_contigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EOF
}

# Parsing CL arguments
while getopts ":O:N:lc:h" opt; do
while getopts ":O:N:g:lc:h" opt; do
case $opt in
O ) OLD_REF=${OPTARG} ;;
N ) NEW_REF=${OPTARG} ;;
Expand Down

0 comments on commit 574e0b7

Please sign in to comment.