I am Charmie

メモとログ

2020-09-01から1ヶ月間の記事一覧

BioPython関係

% conda config --add channels bioconda % conda config --add channels conda-forge % conda install biopython % conda install cython seaborn pysam pyvcf simuPOP dendropy rpy2 % conda install r-essentials r-gridextra

install R and RStudio

Ubuntu 18.04用 sudo apt install r-base sudo apt install gdebi-core wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.3.1073-amd64.deb sudo gdebi rstudio-1.3.1073-amd64.deb Ubuntu 20.04用 Rのバージョンも違うかも # install R …