This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Add MATLAB Runtime and the relevant MATLAB programs to project Docker container #529
Labels
Docker-software
Use this label for help getting certain software into the docker container
in progress
Someone is working on this issue, but feel free to propose an alternative approach!
We currently run GISTIC upstream of the project. It would be great to include the GISTIC steps in the project repository, as that would give us a better opportunity to document and encapsulate the entire CNA analysis file pipeline and give us more flexibility for how GISTIC is run (e.g., on individual histologies with larger sample sizes, different parameters for a broad change) if desired. Notably, we may also want to use something like MutSigCV (#517) and that would have similar constraints (more on that below).
To include the GISTIC or MutSigCV steps within the project, we will need to install these on the project Docker container. Both of these programs appear to have executable versions that can be run if the MATLAB Compiler Runtime libraries are installed.
From the GISTIC
README.txt
:And from the MutSig documentation:
At least GISTIC comes with an MCR Installer, but the size of that installation is non-negligible (~0.5 GB), so we should plan to install it once and symlink it to the individual tools' folders.
Here is an example Dockerfile for MCR: https://hub.docker.com/r/usuresearch/matlab-runtime/dockerfile (H/T @cgreene)
The text was updated successfully, but these errors were encountered: