Chapter Ensemble
In this chapter, I will discuss all setups for the work environment before starting analysis.
This page contains quick steps for creating same work environment in 5 mins.
The following pages will explain details:
All About Installations: How to install python, python packages, and other bioinformatic programs related to this book.
Keep Running: How to keep your command running in the shell.
Coding Environment: Using Jupyter Notebook/Lab for data analysis, and useful tips to enhance efficiency.
Git and Github: Using Git and Github while you do coding and analysis.
Other tips: Some other optional tips.
Step 1. Installation
1.1 Install minicoda or anaconda
Install any one of them from here: miniconda or anaconda
1.2 Setup python environment and packages for this book
1.3 Use screen to start jupyter notebook
1.4 In jupyter notebook extension tab, select your favorite extensions
1.5 clone the repository from github
Now in jupyter notebook navigator, go to the github repo, you can start browse my code and data.
Now everything is installed!
Last updated
Was this helpful?