Existing tutorials using Docker to set up and run any type of NGS workflow?
2
1
Entering edit mode
2.2 years ago
LauferVA 4.2k

Title says it all - just looking to set a few of these up for various reasons.

For instance, I may teach a bioinformatics course coming up. I would love to have them all download their data from GEO or somewhere, and there pipeline in a docker container, and then have them independently verify (or disconfirm) a published report.

Thus, if there is a vignette that does the leg-work of identifying the experiment etc. already written that would be best, but honestly just dockerized pipelines (of good quality) would be close - I could make the vignette from there.

Thanks v much!

docker NGS pipeline automate workflow • 1.2k views
ADD COMMENT
0
Entering edit mode

Hello Vincent Laufer, please check the following link: https://www.tutorialspoint.com/docker/index.htm

Briefly, if you have already built your pipeline, all you have to do is to make your own docker image. This is done by something called dockerfile. you structure the docker image, you include the files and pipelines you need and you build it!

Once the docker image is built, you make a new docker container, which is an instance from the built docker image, and then you mount your own data that needs to be analyzed inside the docker container. You can make it in another way: once you deploy the docker container, the pipeline starts directly analyzing the data using --entrypoint argument. A lot of things can be made with docker!

ADD REPLY
2
Entering edit mode
2.2 years ago

You're probably looking for something like https://nf-co.re/ for full, high-quality pipelines.

They are still not trivial to run however.

ADD COMMENT
0
Entering edit mode

thanks colin, this is fantastic. will totally do that hackathon, too, schedule permitting. along with, of course, the ENCODE-DCC pipelines: https://github.com/ENCODE-DCC, should be all i need.

will remain on the lookout for good vignettes. thank you.

ADD REPLY
2
Entering edit mode
2.2 years ago
M__ ▴ 200

I'd go 'to the horses mouth' the Docker website,

https://docs.docker.com/compose/gettingstarted/

ADD COMMENT

Login before adding your answer.

Traffic: 1935 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6