Skip to content

Instantly share code, notes, and snippets.

@hiraksarkar
Created September 14, 2023 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiraksarkar/28824d9943309544a454c595ac0441f7 to your computer and use it in GitHub Desktop.
Save hiraksarkar/28824d9943309544a454c595ac0441f7 to your computer and use it in GitHub Desktop.
Install infercnv in conda
mamba create -n r43
mamba activate r43
mamba install r-essentials=4.3
mamba install r-rjags
export PKG_CONFIG_PATH=/home/user/miniconda3/envs/r43/lib/pkgconfig/:$PKG_CONFIG_PATH
# start R
R
# Install R package
install.packages("rjags")
install.packages("BiocManager")
BiocManager::install("infercnv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment