-
- Downloads
TODO!:
- Schedular.py addJob calls Popen and returns immediatly this kills the spawned process and leaves an unjoined child. This must be fixed with e.g. multiprocessing - CHANGES: - templates * menu.html - include navigation to new features * check.html - <pre>mutalyzer output</pre> * batch.html - change Name Checker Batch Output - Modules * Db.py - addJob function attributes include jobType getJobs function returns JobID & JobType * Schedular.py - process function now support different jobtypes addJob function new attribute jobType disabled BatchChecker -> TODO * LRGparser.py - removed the names of transcript in the updatable section - / * index.py - batchCheck fn cleaned up and implemented * Mutalyzer.py - added _batchOutput function to generate a batch output entry in the output object, which is used in the batch version of the NameChecker NOTES: - Modules * Schedular.py - __sendMail doesn't handle mail errors. addJob doesn't start the batchchecker - / * index.py - batchConvert fn in the middle of development, cleaning up previous version: batchConversion - checkingSyntax function needs to be moved to another section and be reused in the batchSyntaxCheck git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/lrg@60 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
Showing
- src/Modules/Db.py 7 additions, 9 deletionssrc/Modules/Db.py
- src/Modules/GBparser.py 0 additions, 2 deletionssrc/Modules/GBparser.py
- src/Modules/LRGparser.py 3 additions, 3 deletionssrc/Modules/LRGparser.py
- src/Modules/Retriever.py 0 additions, 1 deletionsrc/Modules/Retriever.py
- src/Modules/Scheduler.py 109 additions, 25 deletionssrc/Modules/Scheduler.py
- src/Mutalyzer.py 222 additions, 110 deletionssrc/Mutalyzer.py
- src/index.py 186 additions, 185 deletionssrc/index.py
- src/webservice.py 90 additions, 90 deletionssrc/webservice.py
- templates/batch.html 2 additions, 0 deletionstemplates/batch.html
- templates/batch_convert.html 48 additions, 63 deletionstemplates/batch_convert.html
- templates/check.html 2 additions, 2 deletionstemplates/check.html
- templates/convert.html 2 additions, 1 deletiontemplates/convert.html
- templates/menu.html 64 additions, 0 deletionstemplates/menu.html
- templates/parse.html 12 additions, 2 deletionstemplates/parse.html
Loading
Please register or sign in to comment