Setting up your coding environment to manage bioinformatics projects cleanly.
Author: Rana Sabry
For Windows 10+ WSL or Unix Operating system
First, go to the website and choose the version that suits your operating system https://docs.anaconda.com/free/miniconda/
Right click on the desired version and copy the link
$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ sh Miniconda3-latest-Linux-x86_64.sh
$ export PATH=~/anaconda3/bin:$PATH
$ conda --version
You should get an output like this:
For a guided and mentored tour of how to use conda for managing software tools, and using them for downstream data analysis in #bioinformatics, data analysis and healthcare, visit our Foundation in NGS course (https://thehackbio.com/courses/25).
Data Science | AWS Certified (SAA & CCP) | AI | Bioinformatics | Seeking Opportunities to Leverage Cloud & AI for Data-Driven Solutions
10 个月Helpful!