A DNA sequence analyzer of FASTA file.
Programming team project - University of Bologna (Bachelor Genomics, a.y. 2023-2024)
- Sofia Zanelli: @SofZll
- Christian Guernelli: @Jupiter929
- Giulia Mengoni: @GiuliaMengoni
- Nicolas Schiappa: @NickSapphire
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
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.
python3 Sequence_Analyzer.py

