Skip to content

sherif-abdallah/bioinformatics-dna-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bioinformatics-Dna

DNA nucleotide count web app

Table of Content

Tools

  1. Python
  2. Streamlit
  3. Pandas
  4. Altair
  5. Pillow

How to run

  • Enter the directory where the script is located then type the following to the console
$ git clone https://github.com/sherif-abdallah/bioinformatics-dna-analysis bioinformatics-dna-analysis
  • Install Python 3.8 venv, pip and compiler
$ sudo apt-get install python3.8 python3.8-venv python3-venv
  • Create a virtual environment to install dependencies in and activate it:
$ python3.8 -m venv venv
$ source venv/bin/activate
  • Then install the dependencies:
(venv)$ cd bioinformatics-dna-analysis
(venv)$ python -m pip install --upgrade pip
(venv)$ python -m pip install -r requirements.txt

Note the (venv) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv.

  • Finally run The App:
(venv)$ python -m streamlit run main.py
  • And navigate to http://127.0.0.1:8501.

URL

  • You can also navigate to the main website without needing to install python, you can navigate it from here

Author

Sherif Abdullah