microbiomeDB / corGraph

An R Shiny app to generate correlation matrices and visualize them as networks
Apache License 2.0
0 stars 1 forks source link

Dockerfile Added #16

Closed AniketNS closed 7 months ago

d-callan commented 8 months ago

I'd try installing this package explicitly in the dockerfile, and using the helper function corGraph::corGraph() to run the app. You shouldn't have to install all of the dependencies directly. if I've built the package properly, it should install them itself.

AniketNS commented 8 months ago

Ohh ok. I'm supposed to make any changes in Dockerfile then?

d-callan commented 8 months ago

https://stackoverflow.com/questions/76852063/building-your-r-package-inside-a-docker-container this might help, if you're still interested.

AniketNS commented 8 months ago

https://stackoverflow.com/questions/76852063/building-your-r-package-inside-a-docker-container this might help, if you're still interested.

Yeah @d-callan, I'll look into that.