-
- Downloads
Major fix for the batch runs
Mutalyzer.py * Updated the batch output generator handler.py * Make result file downloadable webservice.py * Make webservice compatible with the new Mapper module VarInfo.py * Updated functions to reflect new Mapper module index.py * Added a redirect option to move get messages to the check form * Updated check to use the Session from redirect * implented __checkInt to catch user errors in upload * Added a progress option to get updates about batch progress * updated batch to show batch progress after submit #Templates interface.js * Added the AJAX request to get a batch progress counter * Started the linkify to change all Mutalyzer instances to clickable links batch.html * Added a hidden form to support the batch progress gbupload.html * Display Errors #Modules Output.py * Added the getMessagesWithErrorCode LRGParser.py * Made the seq a BioSequence for the restriction function Retriever.py * Added BatchFlags support to prevent jobs to hang at the same problem * Updated some returnvalues to reflect errors Scheduler.py * Implemented the Flags to skip or alter other batch entries * Cleaned up the nameCheckerbatch significantly * Added a try/except clause around the namechecker to prevent batchhangs * Changed output fileextension to txt Mapper.py * Cleaned up Module * mainTranscript function updated to reflect webservice needs * Correct errors when retrieving fields from DB in _FieldsFromDb Db.py * Impemented entriesLeftForJob to get info about how a job is doing * Added updateBatchDb and skipBatchDb to skip/alter batch entries git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@71 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
Showing
- errorcodes.txt 12 additions, 1 deletionerrorcodes.txt
- mutalyzer.conf 1 addition, 1 deletionmutalyzer.conf
- src/Modules/Db.py 64 additions, 8 deletionssrc/Modules/Db.py
- src/Modules/GBparser.py 38 additions, 38 deletionssrc/Modules/GBparser.py
- src/Modules/GenRecord.py 1 addition, 0 deletionssrc/Modules/GenRecord.py
- src/Modules/LRGparser.py 3 additions, 1 deletionsrc/Modules/LRGparser.py
- src/Modules/Mapper.py 69 additions, 49 deletionssrc/Modules/Mapper.py
- src/Modules/Output.py 9 additions, 1 deletionsrc/Modules/Output.py
- src/Modules/Retriever.py 32 additions, 21 deletionssrc/Modules/Retriever.py
- src/Modules/Scheduler.py 97 additions, 76 deletionssrc/Modules/Scheduler.py
- src/Mutalyzer.py 307 additions, 252 deletionssrc/Mutalyzer.py
- src/VarInfo.py 25 additions, 19 deletionssrc/VarInfo.py
- src/handler.py 5 additions, 3 deletionssrc/handler.py
- src/index.py 111 additions, 35 deletionssrc/index.py
- src/webservice.py 18 additions, 21 deletionssrc/webservice.py
- templates/batch.html 16 additions, 4 deletionstemplates/batch.html
- templates/gbupload.html 8 additions, 1 deletiontemplates/gbupload.html
- templates/interface.js 67 additions, 0 deletionstemplates/interface.js
- var/batch.pid 1 addition, 1 deletionvar/batch.pid
Loading
Please register or sign in to comment