-
- Downloads
- Added the linkage of mRNA and CDS via their accession numbers.
- Implemented the checking of shifting a deletion or insertion over a splice site boundary in a transcript. Db.txt: - Added table definitions for the new Link table (used for the linkage of mRNA and CDS in the absence of locus tags). GBparser.py: - Moved all functions to a GBparser class. - Added a transcriptToProtein() function that queries the database for a link between a transcript- and a protein accession number, if it is not found, the NCBI is queried to retrieve this link (and it is added to the local database). - Modified the createGBRecord() function to work with the new linkage function. Config.py: - Added an email variable for the GBparser module (temporarily). GenRecord.py: - Added a function to the Gene class that creates a new locus tag. - Added a function to the Gene class that finds a link between a transcript and a CDS, based on the protein accession number. Db.py: - Added the functions getProtAcc(), getmrnaAcc() and insertLink() for the linkage of transcript and CDS. gbupload.html: - Changed the orientation input field to a select box. Mutalyzer.py: - Implemented the checking of shifting a deletion or insertion over a splice site boundary in a transcript. - Fixed a bug in the description of a frameshift. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@59 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
Showing
- Db.txt 15 additions, 0 deletionsDb.txt
- src/Modules/Config.py 9 additions, 7 deletionssrc/Modules/Config.py
- src/Modules/Db.py 45 additions, 0 deletionssrc/Modules/Db.py
- src/Modules/GBparser.py 249 additions, 178 deletionssrc/Modules/GBparser.py
- src/Modules/GenRecord.py 25 additions, 2 deletionssrc/Modules/GenRecord.py
- src/Modules/Retriever.py 2 additions, 2 deletionssrc/Modules/Retriever.py
- src/Mutalyzer.py 83 additions, 45 deletionssrc/Mutalyzer.py
- templates/gbupload.html 5 additions, 2 deletionstemplates/gbupload.html
Please register or sign in to comment