Nate Coraor
Nate Coraor
Proof 'o concept: https://travis-ci.org/natefoo/usegalaxy-tools/builds/489823965
We don't (normally) force anymore so this is less of an issue, however I'm testing removing `node_modules` since yarn caches anyway. This is a reminder for myself to also remove...
D'oh, thanks for looking in to it and the update. Hopefully nuking `node_modules` will be good enough.
@jmchilton That'd work. I don't have a strong opinion on the implementation.
Fixed in galaxyproject/usegalaxy-playbook@b51faf9bdb1333357ab654e47a995e2155f34acf.
This tool depends on graphicsmagick so hopefully the system installation of ImageMagick shouldn't be required. The missing perl package (XML::Parser::Expat) is also a dependency. It looks like this tool has...
@gregvonkuster I believe there's an error in the `package_meme_4_11_1` tool_dependencies.xml currently on the TS and possibly the TS metadata: The [TS repo for package_meme_4_11_1](https://toolshed.g2.bx.psu.edu/view/iuc/package_meme_4_11_1/336b41a99b8f) shows: Repository dependencies - installation of...
@bgruening updated the repo for me so I think this should be fixed. And just for the record, I had a mistake in my comment above - the `package_meme_4_11_1` dependency...
Thanks @gregvonkuster. Just a bit further now: `perl_xml_parser_expat` fails to install because it depends on expat, which is not installed or depended on. There is a `package_expat_2_1` IUC package in...
I believe it'll work on anything that already has the C expat development package installed (i.e. `expat-devel` on RHELish), but fail otherwise.