- 22 Jul, 2013 1 commit
-
-
Alisa Muraveva authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/mobile-2013@731 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 16 Jul, 2013 1 commit
-
-
Alisa Muraveva authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/mobile-2013@726 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 15 Jul, 2013 1 commit
-
-
Alisa Muraveva authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/mobile-2013@721 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 29 Oct, 2012 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@625 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 24 Sep, 2012 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@605 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 11 Jul, 2012 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@570 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 21 Jun, 2012 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@554 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 12 Mar, 2012 2 commits
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@496 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@494 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 20 Feb, 2012 1 commit
-
-
Vermaat authored
Fetching genbank files was broken due to new default parameter values in the efetch service. See http://www.ncbi.nlm.nih.gov/mailman/pipermail/utilities-announce/2012-February/000085.html Also fix dbSNP converter web interface by properly logging IP address. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@481 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 18 Feb, 2012 1 commit
-
-
Laros authored
describe.py: - Module that provides the Variant Description Extractor functions. __init__.py: - Added an automated copyright year update. website.py: - Added the Variant Description Extractor web interface. templates/descriptionExtract.html: - Template page for the Variant Description Extractor. templates/snp.html: templates/menu.html: templates/converter.html: templates/index.html: templates/parse.html: - Cosmetic changes. Added a presentation. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@479 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 16 Feb, 2012 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@478 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 31 Jan, 2012 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@471 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 26 Jan, 2012 2 commits
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@461 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@460 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 25 Jan, 2012 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@445 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 23 Nov, 2011 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@419 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 08 Nov, 2011 2 commits
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/protein-branch@415 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
Fixes #74. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@410 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 04 Nov, 2011 2 commits
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@409 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
The old way of using the configuration file was by instantiating a Config object which read the file. This instance was passed to every function and object that might need it. The new way is by simply calling config.get('name') to get the configuration value for 'name'. This lazily reads the configuration file and the contents are cached for future calls. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/implicit-config-branch@408 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 10 Oct, 2011 1 commit
-
-
Vermaat authored
Until protein reference sequences are supported, give an error with a message instead of crashing. Fixes #62. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@388 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 20 Sep, 2011 1 commit
-
-
Vermaat authored
- Issue a warning instead of an UD number when a user uploads something that is not a genbank file (fixes #59). - Fix a Heisenbug in the batch job unit tests. Wait a little before downloading the batch job results. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@365 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 06 Sep, 2011 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@350 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 05 Sep, 2011 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@344 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 08 Apr, 2011 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@264 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 31 Mar, 2011 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@230 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 25 Mar, 2011 1 commit
-
-
Vermaat authored
* Updated output.Message class to include __repr__ and __str__ methods. * The output.Output.getMessages() method now returns Message instances instead of strings. * New styling of messages in web interface. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@217 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 23 Mar, 2011 4 commits
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@214 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@213 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@212 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@211 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 17 Mar, 2011 2 commits
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@206 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@205 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 31 Jan, 2011 1 commit
-
-
Laros authored
available at the NCBI when using the GenBank uploader. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@172 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 17 Jan, 2011 1 commit
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/wsgi-branch@146 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 20 Dec, 2010 1 commit
-
-
Laros authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@112 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 16 Nov, 2010 1 commit
-
-
Laros authored
EST. Made the runMutalyzer() function in the webservices more robust and added some better error messages in the Retriever module. Mutalyzer.py: - A deletion in the first 3 nucleotides on an EST resulted in a crash, this is fixed. - A delins with a deletion and an insertion with either a common prefix or suffix was handled incorrectly. webservice.py: - Made the retrieval of information in the runMutalyzer() function more robust by using the getIndexedOutput() function of the Output object. Retriever.py: - Added a more sensible error when a record could not be retrieved. menu.html: - Fixed some capitalisation for more consistency in the web pages. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@104 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 31 Aug, 2010 1 commit
-
-
Gerben Stouten authored
Lots of comments git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@85 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- 04 Aug, 2010 1 commit
-
-
Laros authored
vanished. Fixed a large number of bugs. Db.txt, errorcodes.txt: - Renamed and converted to LaTeX. bibliography.bib: - Added references for the TRM. TechnicalReference.tex: - Documented a large part of the modules. Mutalyzer.py: - Added a __formatRange() function for better output of a range. - Added a __checkIntronPosition() function that checks the validity of an intronic notation. - Fixed a bug that made a change in the first 9 nucleotides result in an unknown protein description. - Modified the error- and warning messages for large strings (see Mutator.py) and ranges. - Added a filter for indexing by protein isoform. Mutator.py: - Replaced the calculation of restriction sites using sets with code that does so using multisets. This allows the deletion of a site while an other site with the same name remains to be detected. Restriction sites are also reported in a more compact way. - Extracted the part of the visualisation where large strings are represented by their pre- and suffix and a number of omitted nucleotides. This is now available as a function visualiseLargeString(). Parser.py: - Separated the visualisation of a parse error from the error message. The visualisation is now put in the output object as "parseError". Output.py: - Added documentation. GBparser.py: - Moved the reverse-complement logic for the __findMismatch() function to the function itself. - Added an extra check for retrieving slicing information. - Added a filter for poorly annotated exons. - Added documentation. Retriever.py: - Added file type information (for lrg and gb files). - Added sanity checks for the snpConvert() function. - Added documentation. GenRecord.py: - Added a new type "construction" to the linking methods, meaning that the mRNA is generated from the CDS. Web.py: - Added an email variable for output to the website. index.py: - Added error information, to hide parts of the output. - Added file type information (see Retriever.py) to make download links more sensible. - Modified the syntax checker to work with the new parser output (see Parser.py). - Fixed a bug (selecting the human build) in the position converter. - Renamed download() to webservices(). - Renamed ConversionChecker to PositionConverter. disclaimer.html: - Added. check.html: - Modified the template to work with the new restriction site format and the new parse error format. - Made lots of things conditional. skel.html: - Added. snp.html: - Added an example. menu.html: - Modified the layout, added some links, etc. Other templates: - Mainly edited the layout and indentation. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@75 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-