-
Notifications
You must be signed in to change notification settings - Fork 5
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
Docker image feasibility #12
Comments
To follow up. @colindaven @Gmilton425 @helixscript @cnobles @chasberry I've sucessfully managed to create a working docker image... It's no the best and it has a lot of room for improvement. Also, I just need the first 2 tools (intSiteCaller and intSiteUploader, I don't know if the subsequent work...) The way in which I could correctly install all the R libraries that are used was using conda (I know...). But, the version of conda that I used doesn't team up well with dockerfile. The turn around was to setup the environment from the docker file, but to activate it on an interactive session. Thus, proceeding with the setupR.R and setupINSPIIRED.R from inside the container. I'll post here the dockerfile Final_Dockerfile.txt in case its useful or in case someone can correct the limitations with the conda environment. Please feel free to use it. Also, I added a setupR for the hg19genome:
I am also posting the instructions to proceed with the setupR.R to build:
once built, to interact with it:
to run inside:
within that yaml, change:
within that yaml, change, check the correct paths, as they were hardcoded...
|
Just an update, I've managed to have the conda env initiated |
Nice. Why not fork the repository and just add the Dockerfile or whatever to your fork ? Link to the fork from this issue then? |
@helixscript @cnobles @chasberry
##Hi Developers!!!
The intSiteCaller and the intSiteUploader are great tools. Many thanks for developing them.
I've had various troubles when trying to install them in my HPC... So I decided to give a try making a Docker image from Dockerfile.
I've retrieved the history from the VM, also the packages that are installed in R (I have added the hg19, which is the one I use)...
I am stuck at the blat installation and I am not sure R will retrieve correctly, I hope it does...
I'd like to share with you the development of the dockerfile in case you can help (PLEASE!) with it!
Dockerfile.txt
The text was updated successfully, but these errors were encountered: