-
Notifications
You must be signed in to change notification settings - Fork 29
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
Installation on Ubuntu 17.10 fails #84
Comments
Hi, I've been trying to reproduce your problem. I haven't spent much time playing with containers, so I am probably doing this in a non-optimal way, and I am certain I've installed a lot of extraneous stuff that doesn't need to be there if you want to make a minimal container. But I've tested that this at least in principle works in an ubuntu 17.10 singularity container, including running through the example in BioTraDISTutorial.pdf and making sure the mapping, etc. actually runs and produces results. Here's a log of exactly what I did, hopefully this will give you a starting point:
Note the cpanm tests failed for Bio::Tradis, but I think this is an issue with our tests at the moment (the Travis CI started failing recently, not due to a change in our code) rather than the install of Bio::Tradis on ubuntu 17.10. If you want to go the route of installing the prerequisites manually as above, which will certainly give you a leaner install, I think this will probably work given my experience with the conda install. However there are probably some additional dependencies needed for the perl stuff to work that we've assumed would be there on a "normal" system installation. I worked these out ( Let us know if you do get this container working, it'd be a useful resource to point people to! |
Hey! After a bit of more fiddling, it seems to work now as a Singularity container and I was able to use it that way. See here for the container(s), one for the latest version and one (permanent, fixed) for 1.4.0 right now. https://www.singularity-hub.org/collections/498 Usage e.g. would be
|
Hey everyone,
I tried setting up a Singularity container for our analysis and tried several things to achieve that:
a.) Conda installation (which doesn't work the way it is mentioned in the GitHub Readme)
b.) Linuxbrew installation (similar issues, missing dependencies)
So instead, I used this here to achieve a Blank Ubuntu 17.10 installation with all the requirements in place:
Things work fine until I try to install Tradis via the very last command and all tools are in place. The problem seems to persist since dependenceis of Tradis are not met, copying the error message in here for that purpose:
Any ideas what we could do here?
The text was updated successfully, but these errors were encountered: