Skip to content
Snippets Groups Projects
Commit 518b5e14 authored by Laros's avatar Laros
Browse files

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
parent 0339d081
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