Advertisement
jhangyu

Install Conda

Jul 22nd, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. #install conda, it is recommended to install conda on your home dir
  2. bash https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
  3.  
  4. #Add conda channels
  5. conda config --add channels conda-froge
  6. conda config --add channels anaconda
  7. conda config --add channels bioconda
  8.  
  9. #And you can install packages easily
  10. conda install trinity gatk
  11. conda install bwa bowtie bowtie2 star kallisto hisat2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement