-
- Downloads
Started on the TRM, therefore the separate files Db.txt and errorcodes.txt have
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
Showing
- doc/TechnicalReference/Db.tex 141 additions, 72 deletionsdoc/TechnicalReference/Db.tex
- doc/TechnicalReference/ErrorCodes.tex 94 additions, 0 deletionsdoc/TechnicalReference/ErrorCodes.tex
- doc/TechnicalReference/TechnicalReference.tex 671 additions, 38 deletionsdoc/TechnicalReference/TechnicalReference.tex
- doc/TechnicalReference/bibliography.bib 121 additions, 0 deletionsdoc/TechnicalReference/bibliography.bib
- doc/TechnicalReference/bnf.tex 53 additions, 0 deletionsdoc/TechnicalReference/bnf.tex
- errorcodes.txt 0 additions, 55 deletionserrorcodes.txt
- mutalyzer.conf 2 additions, 2 deletionsmutalyzer.conf
- src/Modules/Crossmap.py 13 additions, 0 deletionssrc/Modules/Crossmap.py
- src/Modules/GBparser.py 117 additions, 37 deletionssrc/Modules/GBparser.py
- src/Modules/GenRecord.py 4 additions, 1 deletionsrc/Modules/GenRecord.py
- src/Modules/Mapper.py 3 additions, 2 deletionssrc/Modules/Mapper.py
- src/Modules/Mutator.py 69 additions, 35 deletionssrc/Modules/Mutator.py
- src/Modules/Output.py 62 additions, 6 deletionssrc/Modules/Output.py
- src/Modules/Parser.py 6 additions, 2 deletionssrc/Modules/Parser.py
- src/Modules/Retriever.py 61 additions, 8 deletionssrc/Modules/Retriever.py
- src/Modules/Scheduler.py 64 additions, 7 deletionssrc/Modules/Scheduler.py
- src/Modules/Web.py 19 additions, 8 deletionssrc/Modules/Web.py
- src/Mutalyzer.py 67 additions, 21 deletionssrc/Mutalyzer.py
- src/handler.py 3 additions, 3 deletionssrc/handler.py
- src/index.py 68 additions, 41 deletionssrc/index.py
Loading
Please register or sign in to comment