This Software builted for seeing viruses Genome Diagrams, Chromosomes, Gen Sequences, also Collected Date, Collected Country, Taxonomy, Pathology, Description.
Use the package manager pip to install Virus Analyser Programs requirements.
pip install -r requirements.txt
conda install -c conda-forge poppler
conda install -c conda-forge biopython
When the program run first time program will looks like like this:
Virus files and names downloading from "https://ftp.ncbi.nlm.nih.gov/genomes/Viruses/" and all of them are .gbk (Genbank) files.
When the user select one virus and click "Select and Download Virus Genbank" buttons Python will download Genkbank files from given website.
If the user select one virus and click a button which "Check Virus Features" user will reach this informations:
Also user can see gene sequence and user can copy gene sequences line by line.:
If user click "Check Chromosomes" in the main screen user can see selected viruses chromosomes. User can use scrool to move down, up, right, left.
Also Chromosomes pictures will be saved in project folder. Therefore, user can reach pictures without quality lost:
If user click "Check Gene Diagram" button in the main screen, user can see selected viruses gene diagrams. User can use scrool to move down, up, right, left.
Also Gene Diagram pictures will be saved in project folder. Therefore, user can reach pictures without quality lost:
If user click "Show Chromosmes Inside" button in the main screen, user can see selected viruses chromosomes inside. User can use scrool to move down, up, right, left.
Also Chromosomes Inside pictures will be saved in project folder. Therefore, user can reach pictures without quality lost:
User can compare viruses features AT THE SAME TIME which are taxonomy, pathology etc..
Also user can compare viruses gene sequences:
Open the Software and select which virus do you want to see what contains what inside in selected virus. If the user close the program and re-run it again because of the database system, user don't have to collect viruses links again . Besides that, user don't have to install viruses genkbank files again.
For Everyone