-
Notifications
You must be signed in to change notification settings - Fork 134
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
fasta_clipping_histogram missing GD/Graph/bars.pm #22
Comments
Of course just installing the perl module doesn't work, because it needs the libgd-dev package (which again has a ton of dependencies). And even then it seems GD.pm doesn't like to be installed in a non-standard location. |
Hi diehlsa, |
Conda as dependency mechanism should solve this problem once and for all. I have started to port fastx to conda here, any help appreciated: galaxyproject/tools-devteam#375 |
Galaxy VRNA tours
What would be the suggested way to fix this? Tool and dependency are coming from the toolshed, so technically the package_fastx_toolkit_0_0_13 would need to include the GD::Graph::bars perl module as a dependency.
job id: 45533
tool id: toolshed.g2.bx.psu.edu/repos/devteam/fasta_clipping_histogram/cshl_fasta_clipping_histogram/1.0.0
tool version: 1.0.0
job pid or drm id: 1432
job tool version:
job command line:
fasta_clipping_histogram.pl /export/galaxy-central/database/files/057/dataset_57088.dat /export/galaxy-central/database/files/057/dataset_57089.dat
job stderr:
Can't locate GD/Graph/bars.pm in @inc (you may need to install the GD::Graph::bars module) (@inc contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /galaxy-central/tool_deps/fastx_toolkit/0.0.13/devteam/package_fastx_toolkit_0_0_13/ec66ae4c269b/bin/fasta_clipping_histogram.pl line 21.
BEGIN failed--compilation aborted at /galaxy-central/tool_deps/fastx_toolkit/0.0.13/devteam/package_fastx_toolkit_0_0_13/ec66ae4c269b/bin/fasta_clipping_histogram.pl line 21.
The text was updated successfully, but these errors were encountered: