rna seq docker
I came across today wiht docker and how useful it is, the eprson at presentation spoke only about specific hello world example. I was wondering if there is some tutorial that teaches how to buil and use a docker image for rna seq analysis for example image with fastqc,trimmomatic,hisat2, stringtie etc..
Thanks.
• 4,179 views
•
link
2 answers
For most common tools there are already docker images, since every tool in bioconda has a docker image made for it automatically.
• 0 views
•
link
You can search for containers in bioinformatics in www.biocontainers.pro/registry or request for them in github.com/BioContainers
• 0 views
•
link
Log in to answer this question.
See this example.
This thread is a bit older: Docker - one image to rule them all?
Thank you will go over it.