-
Notifications
You must be signed in to change notification settings - Fork 0
4. Easy Installation
gitarunprasanna83 edited this page Jul 24, 2019
·
2 revisions
Conda makes your life very easy ! Most of the bio-packages are now distributed in conda. You can create multiple virtual environments, which allows easy 1 command installation, solves version conflicts etc.,
Download and install anaconda from (Prefer Python 3x)
After GUI-based installation,
- Create an environment

- Activate an environment

- Install a software: type
conda install -c bioconda seqkit

- Go to the folder where, you have genome and protein file and type:
seqkit stats *.fa
Explore the other utilities of seqkit !
- To exit the environment, use
conda deactivate
Now you know how to install packages related to bioinformatics in hassle-free method !
Move onto next section !