Automated gene annotation program utilizing multiple APIs.
This program annotate the provided gene according to the provided specie It uses APIs to work. The differents APIs used are the following:
To use this program, you need to install the following Python packages:
-
BioPython - Used for bioinformatics tasks (specific APIs and parsing).
-
Requests - Used for making HTTP requests.
Using pip:
pip install biopython requests
You can also use conda if you want:
conda install biopython requests
Make sure you are inside a conda environement
For the app, open a terminal and copy/paste :
git clone https://gitea.maeltech.cc/Drelioss/annotation_gene.git
cd annotation_gene
python3 app.py
To use this application launch the "app.py" file:
python3 app.py
Then, when you click on the "Insert File" button, the program will ask you to choose a file.
Your file must be a text file with the following syntax:
GENENAME1,specie1
GENENAME2,specie2
Then click on "Execute" and the program will launch. You will have a return of what is actually be done side to the files in the preview box
When it has finished it prints you: "Done and PErfect in the console" next to the last entry and the text will turn green.
You can then view the result file by clicking "Open Results"
To safely close the program once finished you can close the window (graphically or with "Alt. + f4")
MIT License
Copyright (c) [2024]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.