Skip to content

Commit

Permalink
Fix unbound variable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertRockG committed Nov 17, 2023
1 parent 1e489cb commit b335cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast5pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ BATCHSIZE=100
### ARGS PARSING -----------------------------------------------------------------------------------------------------------------------
# Parse command-line options

while getopts "c:i:o:k:m:bv" opt; do
while getopts "c:i:o:k:m:b:v" opt; do
case "${opt}" in
c) guppy_config=${OPTARG};;
i) input_dir=${OPTARG};;
Expand Down

0 comments on commit b335cd5

Please sign in to comment.