10
Python Package Install: miniconda Neranjan V. Perera Computational Biology Core

Data Therapy Python Package - Computational Biology Core

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Data Therapy Python Package - Computational Biology Core

Python Package Install: miniconda

NeranjanV.PereraComputationalBiologyCore

Page 2: Data Therapy Python Package - Computational Biology Core

• Example:• HyDe install• https://hybridization-detection.readthedocs.io/installation.html

Institute for Systems Genomics: Computational Biology Core

PythonPackageInstall

Page 3: Data Therapy Python Package - Computational Biology Core

Startaninteractivesessionusingsrun

$srun --mem=1G--partition=general--qos=general--pty bash

Institute for Systems Genomics: Computational Biology Core

PythonPackageInstall

Page 4: Data Therapy Python Package - Computational Biology Core

• Insalling Minicoda https://conda.io/docs/user-guide/install/linux.html• https://conda.io/miniconda.html

• wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh

Institute for Systems Genomics: Computational Biology Core

PythonPackageInstall

Page 5: Data Therapy Python Package - Computational Biology Core

Runthedownloadedbashscriptusing:sh Miniconda2-latest-Linux-x86_64.sh

Thiswillinstallminiconda inyourhomedirectory/home/FCAM/$USER/miniconda2

Onceinstalleditwilladdtheminiconda pathtoyour.bashrc file#addedbyMiniconda2installerexportPATH="/home/FCAM/$USER/miniconda2/bin:$PATH"

Forthischangetobecomeactive,youhavetoopenanewterminal.

Institute for Systems Genomics: Computational Biology Core

PythonPackageInstall

Page 6: Data Therapy Python Package - Computational Biology Core

• Openanewterminal/interactivesession• conda installwillbeactive

• Totesttheconda isactivetype• >conda list

• Updatetheconda• >conda updateconda

Institute for Systems Genomics: Computational Biology Core

PythonPackageInstall

Page 7: Data Therapy Python Package - Computational Biology Core

• Installrequiredpackagesfortheprogramusingconda• >conda installnumpy

Institute for Systems Genomics: Computational Biology Core

PythonPackageInstall

Page 8: Data Therapy Python Package - Computational Biology Core

>conda install-cconda-forgemultiprocess

Institute for Systems Genomics: Computational Biology Core

PythonPackageInstall

Page 9: Data Therapy Python Package - Computational Biology Core

• InstallingHyDe• >git clone https://github.com/pblischak/HyDe.git• >cdHyDe• >pythonsetup.py install

• Installed/home/FCAM/$USER/miniconda2/lib/python2.7/site-packages/phyde-0.4.2-py2.7-linux-x86_64.egg

• Sometimestheremightbeversiondependences• conda search-fcython

• Toinstallaspecificversion• conda installcython==0.25

Institute for Systems Genomics: Computational Biology Core

PythonPackageInstall

Page 10: Data Therapy Python Package - Computational Biology Core

Institute for Systems Genomics: Computational Biology Core

XanaduClusterInformation

https://bioinformatics.uconn.edu/resources-and-events/tutorials/