This is a mini Python project that calculates the percentage of GC Content 🧬
- 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
- Clone the repository:
git clone https://github.com/nawaf-alharthi/gc-content-calculator.git cd gc-content-calculator- Install the requirements:
pip install -r requirements.txt
- Run the app :
streamlit run content_calculator.py