Skip to content

Instantly share code, notes, and snippets.

@odinokov
Created April 17, 2023 07:00
Show Gist options
  • Save odinokov/cf9479717ebec8c0d113cb49bc2bd3e3 to your computer and use it in GitHub Desktop.
Save odinokov/cf9479717ebec8c0d113cb49bc2bd3e3 to your computer and use it in GitHub Desktop.
How to install ichorCNA
mamba create --name ichorCNA && \
mamba activate ichorCNA && \
mamba install -y -c conda-forge -c bioconda r-essentials r-base r-devtools hmmcopy bioconductor-genomeinfodb bioconductor-genomicranges r-ichorcna && \
cd $CONDA_PREFIX/lib/R/library/ichorCNA/ && \
mkdir -p tmp && \
git clone https://github.com/broadinstitute/ichorCNA.git tmp && \
cp -r ./tmp/scripts/ .
# dry-run
Rscript $CONDA_PREFIX/lib/R/library/ichorCNA/scripts/runIchorCNA.R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment