Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.07 KB

File metadata and controls

53 lines (40 loc) · 2.07 KB

Sequence Analyzer

A DNA sequence analyzer of FASTA file.

Programming team project - University of Bologna (Bachelor Genomics, a.y. 2023-2024)

Homepage screenshot

Stack

HTML5 CSS3 JavaScript

Python Flask

Contributors

Description

Web App that given a FASTA file is able to:

  • parse the FASTA file and generates the trancription of a DNA sequence,
  • show stats and frequency of nitrogenous bases,
  • generates the DNA translations and show the obtained tRNA,
  • allows amino acid chaining, and protein identification
Transcription and Translation page screenshot Aminoacid Chains page screenshot

Input

The input consists of the complete genome sequence previously saved in the directory "./fasta_file". The alowed FASTA file extension are: .fasta, .fna, and .fa.

to Run the Code

python3 Sequence_Analyzer.py