-
- Downloads
Renewed the web interface. Worked on protein descriptions. Added more error
handling for incomplete and poorly annotated GenBank files. menu.html: - Template for all pages. Includes a menu and such. index.html: - The main page. base/: - Pictures, javascript, stylesheet, etc. interface.js: - Temporary script for gbupload.html. download.html: - Adjusted to work with the menu.html template. gbupload.html: - Adjusted to work with the menu.html template. check.html: - Extended the template to use more variables to increase flexibility. index.py: - Removed the capturing of the Mutalyzer output in the check() function, replaced it with retrieval of data from the Output object. - Added a new index() function (see index.html). - Implemented the upload() function (see gbupload.html), currently it can only retrieve genes and chromosome slices from the NCBI. Web.py: - Enabled the parsing of the menu.html template in the tal() function. handler.py: - Modified to work with the new tal() function of Web.py. Output.py: - getMessages() now returns a list of messages, instead of printing it to standard output. mail.txt: - Template message for finished batch jobs. Mutalyzer.py: - __bprint() now puts the visualisation of a protein in the Output object, instead of printing it to standard output. - Made a new protein printing function that can highlight the changes, it is not used yet. - Added a __cdsLen() function that is used to see if a variant leads to a frameshift or not. - Added extention of a protein in the protein description function. - Added some error handling for `?' as a position. - Added error messages for invalid genes and transcript variants in the input (suggesting possible options). - DNA / protein descriptions are now stored in the Output object. - Added a legend. GenRecord.py: - Added functions listLoci() and listGenes() for suggestions when invalid input is given. - Added a preprocessing step in the GenBank file parsing to deal with missing locus tags (not functional yet). - Added some error handling for incomplete transcripts. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@52 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
Showing
- errorcodes.txt 3 additions, 0 deletionserrorcodes.txt
- mail.txt 12 additions, 0 deletionsmail.txt
- src/Modules/GenRecord.py 60 additions, 8 deletionssrc/Modules/GenRecord.py
- src/Modules/Output.py 6 additions, 2 deletionssrc/Modules/Output.py
- src/Modules/Web.py 56 additions, 49 deletionssrc/Modules/Web.py
- src/Mutalyzer.py 216 additions, 83 deletionssrc/Mutalyzer.py
- src/VarInfo.py 1 addition, 1 deletionsrc/VarInfo.py
- src/handler.py 2 additions, 2 deletionssrc/handler.py
- src/index.py 87 additions, 29 deletionssrc/index.py
- templates/base/css/style.css 294 additions, 0 deletionstemplates/base/css/style.css
- templates/base/images/1x1b.gif 0 additions, 0 deletionstemplates/base/images/1x1b.gif
- templates/base/images/1x1w.gif 0 additions, 0 deletionstemplates/base/images/1x1w.gif
- templates/base/images/background.gif 0 additions, 0 deletionstemplates/base/images/background.gif
- templates/base/images/background.gif.old 0 additions, 0 deletionstemplates/base/images/background.gif.old
- templates/base/images/banner.jpg 0 additions, 0 deletionstemplates/base/images/banner.jpg
- templates/base/images/bullit.gif 0 additions, 0 deletionstemplates/base/images/bullit.gif
- templates/base/images/bullitdonker.gif 0 additions, 0 deletionstemplates/base/images/bullitdonker.gif
- templates/base/images/bullitlicht1.gif 0 additions, 0 deletionstemplates/base/images/bullitlicht1.gif
- templates/base/images/bullitlicht2.gif 0 additions, 0 deletionstemplates/base/images/bullitlicht2.gif
- templates/base/images/bullitmiddel.gif 0 additions, 0 deletionstemplates/base/images/bullitmiddel.gif
Loading
Please register or sign in to comment