Old Version of Bioinformatics and Chemoinformatics
Jump to navigation
Jump to search
- Open Anaconda3 and create and environment titled Python37 (You can name the environment whatever you want)
- The programming language should be Python 3.7
- The RDKit Python module does not seem to work on a higher version.
- Go to the environment and the terminal and type: conda install -c rdkit rdkit
- For Windows 10, go to the environment and type: conda install pywin32
- Go to the environment and the terminal and type: conda install -c anaconda spyder=4.21
- Does not work on version 5.x yet.
- Go to the environment and the terminal and type: conda install spyder-notebook -c spyder-ide
- This allows you to run jupyter notebooks within Sypder. See the following.
Open Spyder and type: !pip install chempy- Open Spyder and type: !pip install biopython
- Open Spyder and type: !pip install nglview
- Open Spyder and type: !pip install ipywidgets
- Modules that we are going to explore: