We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Using perl 5 version 24 results in the following error:
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?) at bin/generateDotPlot line 576.
Which is not the only position. Removing defined() get rid of the error and works well.
The text was updated successfully, but these errors were encountered:
I used this command to fix (perl 5.26):
perl -i -pe 's/defined \(%/\(%/' generateDotPlot.pl per this thread with similar problems in Mummer. bioconda/bioconda-recipes#1254
perl -i -pe 's/defined \(%/\(%/' generateDotPlot.pl
Sorry, something went wrong.
I see, thanks for the info @jebard .
No branches or pull requests
Hi
Using perl 5 version 24 results in the following error:
Which is not the only position. Removing defined() get rid of the error and works well.
The text was updated successfully, but these errors were encountered: