-
Notifications
You must be signed in to change notification settings - Fork 3
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
Install via singularity #40
Comments
Thanks for the message. I have not tried with singularity yet, but I will take a look this week. From your output it looks to be a locale issue and a problem with loading a shared library. This is probably something we can fix with a few environment tweaks with singularity, but I'll have to test it out myself and get back to this issue. |
Okay, I can recreate the first issue and resolve it. In singularity, you'll need to run tephra as such:
or
I'm not sure if that will resolve the other issue though. Can you try this and test out the full command? |
I can confirm that the above ENV setting alone will not fix the second issue. Will have to explore this further. |
Thank you for working on this. Has this issue being fixed or do you want me to try out the current version? Shujun |
Thank you for the patience. I could not resolve the issue with trying to load certain compiled C libraries in the Singularity environment that were compiled with the Docker image. But, I have created a new Singularity image and I will try to get that put up ASAP. |
Okay, here are the singularity commands:
You will need to bind your data directory with all your files. So, assuming you have a directory in the current directory called
The you can switch to |
Thank you for making the Then I encounter these errors:
Did I forget to configure something? Thanks! |
Hello,
I don't have
sudo
privileges on our HPC platform, so I could not use thedocker
nor the regular installation method. Instead, I am trying to installtephra
viasingularity
.System confirguations:
So I can install
tephra
using the following command without error:singularity run docker://sestaton/tephra
Then I type
tephra
and it shows help info with some warnings for perl:I download the
tephra_config.yml
file and modified the genome name, then run:tephra all -c tephra_config.yml
I got the following error messages:
Is it something wrong with my perl version? Or is it approachable to install it via
singularity
?Thanks,
Shujun
The text was updated successfully, but these errors were encountered: