Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error in filtnorm_filter #63

Open
robkar opened this issue Jun 26, 2019 · 0 comments
Open

Syntax error in filtnorm_filter #63

robkar opened this issue Jun 26, 2019 · 0 comments

Comments

@robkar
Copy link
Contributor

robkar commented Jun 26, 2019

A perl syntax error was recently introduced in filtnorm_filter here:

print "$icc lines read\n" if ($icc % 10000 == 0) if ($debug);

Either of
print "$icc lines read\n" if ($icc % 10000 == 0 && $debug);
or
do {print "$icc lines read\n" if ($icc % 10000 == 0)} if ($debug);
should work better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant