This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Install MutSigCV on the project Docker image #546
Labels
Docker-software
Use this label for help getting certain software into the docker container
snv
Related to or requires SNV data
Splitting up #529 into more focused tickets. This is related to #517.
We are interested in trying out MutSigCV for this project. I am recording what I've found so far. Here's where we can download MutSigCV from: https://software.broadinstitute.org/cancer/cga/sites/default/files/data/tools/mutsig/MutSig2CV.tar.gz
MutSigCV requires MATLAB R2013a Runtime to be installed, which we can probably install with:
Note I'm extrapolating from the other things we've done so far, this is untested!
The instructions from the MutSigCV README.txt for setting up
LD_LIBRARY_PATH
are:where
mcr_root
should be/opt/mcr/v81
. We're going to have multiple versions of MCR installed, so I'm inclined to deal with the setting and unsetting ofLD_LIBRARY_PATH
in the bash scripts that run a particular tool – here's the GISTIC example:OpenPBTA-analysis/analyses/run-gistic/scripts/run-gistic-openpbta.sh
Line 5 in 56f82b9
and
OpenPBTA-analysis/analyses/run-gistic/scripts/run-gistic-openpbta.sh
Line 68 in 56f82b9
The text was updated successfully, but these errors were encountered: