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

perl script generateDotPlot fails #8

Open
ebioman opened this issue Mar 21, 2018 · 2 comments
Open

perl script generateDotPlot fails #8

ebioman opened this issue Mar 21, 2018 · 2 comments

Comments

@ebioman
Copy link

ebioman commented Mar 21, 2018

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.

@jebard
Copy link

jebard commented Apr 2, 2018

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

@cjain7
Copy link
Contributor

cjain7 commented Apr 13, 2018

I see, thanks for the info @jebard .

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

3 participants