-
- Downloads
Added a new function to the webservice, enabled analysis of non-coding RNA and
fixed a bug that was triggered when a range is used in combination with a genomic notation. webservice.py: - Added a function runMutalyzer(), full programmatic access to Mutalyzer (to be expanded). Serializers.py: - Added the class MutalyzerOutput() which will contain any data needed by the webservice. For now it only contains the original and mutated DNA sequence. sp.py: - Added the new runMutalyzer() function to the examples. GenRecord.py: - Activated the transcription of non-coding RNA. GBparser.py: - Added the gathering of non-coding RNA data from an NR reference sequence. Mutalyzer.py: - Fixed a bug that was triggered when a range is used in combination with a genomic notation. - Added the full original and mutated string to the output object for use in webservices. Parser.py: - Corrected some comment. bnf.tex: - Synchronised the BNF with the functionality of the parser. help.html: - Corrected some text. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@99 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
Showing
- doc/TechnicalReference/bnf.tex 18 additions, 8 deletionsdoc/TechnicalReference/bnf.tex
- src/Modules/GBparser.py 23 additions, 13 deletionssrc/Modules/GBparser.py
- src/Modules/Parser.py 1 addition, 1 deletionsrc/Modules/Parser.py
- src/Modules/Serializers.py 25 additions, 0 deletionssrc/Modules/Serializers.py
- src/Mutalyzer.py 5 additions, 2 deletionssrc/Mutalyzer.py
- src/webservice.py 19 additions, 2 deletionssrc/webservice.py
- templates/help.html 9 additions, 9 deletionstemplates/help.html
- templates/sp.py 4 additions, 0 deletionstemplates/sp.py
Loading
Please register or sign in to comment