Skip to content

Commit

Permalink
Update runBNG
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx8671 authored Jun 10, 2018
1 parent cda06f4 commit dc06e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runBNG
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ if [[ $1 == "bnxfilter" ]] && [[ $# -gt 1 ]]; then
pix=0.001
fi

check_integer $threads; check_integer $mem; check_integer $minLen; check_integer $minsite;
check_integer $threads; check_integer $mem; check_integer $minlen; check_integer $minsite;

echo "====================================== bnxfilter starts ======================================="
echo "## Start date: `date`"
Expand Down

0 comments on commit dc06e04

Please sign in to comment.