Skip to content
Snippets Groups Projects
Commit 3c895565 authored by Gerben Stouten's avatar Gerben Stouten
Browse files

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
parent 0bbe17ee
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment