-
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
Error Makefile.PL #37
Comments
It looks like you are missing the standard C library (glibc). Instead of working on the core libraries, which may be a challenge on Mac, can you try the Docker approach? That should work on Mac without any modifications. Please let me know if you have issues with the commands in the README file. |
im still trying to compile and install it in my machine , has nothing to do with README yet |
from Docker file
can't find those using brew or conda any suggestion? |
Hi, There is a Docker image on Docker Hub that I have built from the latest version. If you have Docker installed on your Mac (there is an installer on their website), then you can run the command using the suggestions from the README file. Specifically,
That assumes you create a directory called "db" in the current working directory with all your analysis files (repeat DB, genome, config file, etc.). If you run that command it will mount the directory "db" at /db and attach you to a running container called "tephra-con" where you can run your analysis. I would not recommend installing all those dependencies on your Mac system. If you don't want to use Docker, then start up a cloud Linux image and you can install Tephra with an install script in one go, but on Mac it is unsupported at this time (other than with Docker). |
I been Working in identification of Transposable Elements , Each class i had to choose different Tools and pipeline , when i saw you work here. Great work where i can have do all the analysis with one command in one platform, but to do it also required different operating system. sound challanging. my task currently to identified a non ltr Elements in my Genome, while searching around found your scripts but seems will not work with my operating system and i have tried with MgeScan-nonLtr and i have failed as well, would you please assist me with a tool or one of the scripts you have build here to obtain nonLTR Results |
Hi, did you try the command above? You should be able to run the whole system and identify the elements you want without installing anything other than Docker. If you are having trouble please let me know the output of the commands that cause errors. |
Any updates? I'd like to help if I can or close the issue of there's nothing to be done. Thanks. |
Still, having an issue , still couldn’t manage the ducker in my machine . |
Dear:
working with Mac operating system,
The text was updated successfully, but these errors were encountered: