Skip to content

nawaf-Alharthi/gc-content-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧬 GC Content Calculator

This is a mini Python project that calculates the percentage of GC Content 🧬

Features

  • Enter the DNA sequence manually
  • Calculates the following:
    • Sequence length
    • Base counts (A, T, G, C)
    • GC content percentage
  • Displays the results instantly in a clean UI

🔧 Installation

  1. Clone the repository:
    git clone https://github.com/nawaf-alharthi/gc-content-calculator.git
    cd gc-content-calculator
    1. Install the requirements:
    pip install -r requirements.txt
    1. Run the app :
     streamlit run content_calculator.py

About

A simple Streamlit app to calculate DNA GC content 🧬

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages