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

Travis-CI builds fail for pal_finder tool (Galaxy 17.01) #30

Closed
pjbriggs opened this issue Feb 24, 2017 · 1 comment
Closed

Travis-CI builds fail for pal_finder tool (Galaxy 17.01) #30

pjbriggs opened this issue Feb 24, 2017 · 1 comment

Comments

@pjbriggs
Copy link
Member

The Travis-CI builds are now failing for the pal_finder tool, see:

https://travis-ci.org/fls-bioinformatics-core/galaxy-tools/jobs/197609334

This has first been observed with Galaxy 17.01 release but the problems might predate this release. All the tests fail.

The logs contain multiple occurrences of

|  ### Running filtering & assembly script ###
|  File "/home/travis/build/fls-bioinformatics-core/galaxy-tools/tools/pal_finder/pal_filter.py", line 129
|  print "\n~~~~~~~~~~"
|  ^ 
| SyntaxError: Missing parentheses in call to 'print'

which looks like a Python 3 error trying to run the pal_filter.py utility.

There might also be issues with the Perl version but it's not clear if these are causing errors or are just warnings:

Use of uninitialized value $ampedLoci in concatenation (.) or string at /home/travis/build/fls-bioinformatics-core/galaxy-tools/test.tool_dependencies.pal_finder/pal_finder/0.02.04/bin/pal_finder_v0.02.04.pl line 718.
Use of uninitialized value $ampedBases in concatenation (.) or string at /home/travis/build/fls-bioinformatics-core/galaxy-tools/test.tool_dependencies.pal_finder/pal_finder/0.02.04/bin/pal_finder_v0.02.04.pl line 718.
@pjbriggs
Copy link
Member Author

Fixed with migration to conda (PR #49).

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