- Feb 24, 2011
-
-
Vermaat authored
src/Modules/Mutator.py: - For deletions, position shifts are now active from the first position following the deletion. Previous behaviour was from (but not including) the first position of the deletion itself. - Added method to check if the resulting shift gets smaller at some specific position: Mutator.shift_minus_at(position). - The positions in the shift list are now interpreted as a shift from (and including) the listed position. Previous behaviour was following (and not including) the listed position. - The Mutator.newSplice(sites) method has some additional logic. This fixes some bugs, including Trac bug #30. src/tests/test_mutator.py: - Written a lot of unit tests for the changes in Mutator.py. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@188 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Feb 21, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@187 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Feb 17, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@186 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
mutation region. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@185 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
The SOAP runMutalyzer method now also returns a list of raw variants, where each raw variant consists of (1) a textual description and (2) a visualisation in ASCII-art suitable for printing with a monospaced font. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@184 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Feb 16, 2011
-
-
Vermaat authored
src/webservice.py: src/test_webservice.py: - Added optional geneName argument to getTranscriptsAndInfo SOAP method to restrict returned transcripts to some gene. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@183 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
A query to getGS should show results in non-interactive mode, that is without site menu and form. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@182 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
The methods upLoadGenBankLocalFile and upLoadGenBankRemoteFile are not yet implemented and as such now throw an exception with this message. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@181 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
LOVD insists (incorrectly) on uploading a genbank file urlencoded while we ask for multipart/form-data. We now also accept urlencoded requests to be done with it. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@180 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Feb 02, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@179 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 31, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@178 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@177 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
inside an other gene description. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@176 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@175 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@174 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
Method descriptions in generated WSDL documentation are now properly indented and typeset in monospace. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@173 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
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
-
Vermaat authored
transcripts and exon positions for a gene. Fix: redirect stdout to stderror. src/wsgi.py: src/webservice.py: - Redirect stdout to stderror since WSGI does not allow any output to stdout and Mutalyzer tends to print some debug info here and there. src/webservice.py: src/Modules/Serializers.py: - New getTranscriptsAndInfo webservice method. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@171 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 28, 2011
-
-
Laros authored
runMutalyzer() function and added a new example script. webservice.py: - Added sliceChromosome(), which returns an UD number given a chromosome accession number, a start and end and an orientation. - Modified the runMutalyzer() function to also return a description on the chromosome. Serializers.py: - Added chromDescription to the MutalyzerOutput class (see webservice.py). webservices.html, textmining.py, textmining_sample.txt: - Added a small textmining example. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@170 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
webservice.py. This makes the output more reliable and serves as a template for a new function (getTranscriptsAndInfo()). git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@169 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 27, 2011
-
-
Vermaat authored
src/wsgi.py: - Now use Python string formatting instead of TAL in Download. src/webservice.py: src/Modules/Serializers.py: - Don't use our List type, but standard Array for SOAP. - Add messages field in output of checkSyntax and runMutalyzer. templates/client-php.php: - Added PHP example SOAP client. templates/client-mono.cs: templates/client-soappy.py: templates/client-suds.py: - Updated example SOAP clients to all do the same thing. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@168 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 26, 2011
-
-
Vermaat authored
checker input files (5MB). mutalyzer.conf: src/Modules/Config.py: - Add maximum size for batch checker input files. src/wsgi.py: templates/batch.html: - Fixed maximum size for uploaded genbank files. Added maximum size for batch checker input files (5MB). tests/test_wsgi.py: - Added test for a too big batch input file. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@167 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
- Link to bugtracker is now absolute. - Header for external links is no longer a link. src/Modules/File.py: - Bugfix for previous commit (transparent support for different types of line endings in batch input files). src/tests/test_wsgi.py: - Added batch tests with big input files. Added batch tests for different types of line endings in input files. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@166 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 25, 2011
-
-
Vermaat authored
Transparently support different line ending styles in batch checker input files (Unix, Mac, and Windows styles). git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@165 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
documentation page for webservices. Modified the getGeneAndTranscript() webservice function to return both the name of the transcript and the description of the product. Todo.txt: version 2.0 bugs.txt: beta-feedback.pdf: suggestions.txt: beta-feedback.txt: - Removed these files and added them to the bugtracking system. wsgi.py: - Added a page webservdoc (just a test, don't use). webservdoc.html: - Template for webservice documentation (just a test, don't use). wsdl-viewer.xsl: - Disabled the extensive footer. - Removed borders. - Removed the title. webservice.py: - Modified the getGeneAndTranscript() webservice function to return both the name of the transcript and the description of the product in a container. Serializers.py: - Added the container used by getGeneAndTranscript() (see webservice.py). git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@164 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 20, 2011
-
-
Vermaat authored
src/wsgi.py: - Updated batch routing to include SNP converter. mutalyzer.conf: src/Modules/Config.py: - Added result file header line for batch SNP converter. src/Modules/Scheduler.py: - Added batch SNP converter. src/Modules/File.py: - Updated batch CSV input file parsing. Default is now standard Excel format and only if the CSV sniffer can find another dialect using a predefined set of delimiter characters without error we use that one. templates/menu.html: - Added link for batch SNP converter. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@163 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
Install.txt: - Added a dependency. wsgi.py: - Updated the release date and version number. webservice.py: - Added the function sliceChromosomeByGene(), which is used to get a reference sequence, given a gene name, organism and a length of flanking sequences. - Added templates for other GenBank upload functions: - upLoadGenBankLocalFile() - upLoadGenBankRemoteFile() - sliceChromosome() wsdl-viewer.xsl: - Modified the template to use stable internal links, instead of randomly generated ones. This is only an example, more links should be treated like this. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@162 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@161 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 19, 2011
-
-
Vermaat authored
Renamed SOAP webservice from MutalyzerService to Mutalyzer. Updated copyright years in HTML template. Added test checking availability of WSDL file. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@160 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@159 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
Set web.py debugging mode. Refactored rendering of static pages into one handler class (Static). In the generated webservice documentation, get the WSDL directly from the webservice module instead of through a HTTP request. Also fixed this generated webservice documentation to have a text/html content type. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@158 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 18, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@157 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@154 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@152 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 14, 2011
-
-
Laros authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@140 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
Db.py: - Fixed the UCSC update bug by looking at the time, instead of the modDate. Web.py: - Updated the release date. trunk: - Put the directory var/ on ignore. TechnicalReference: - Put TechnicalReference.pdf on ignore. API: - Put api.pdf on ignore. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@136 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 12, 2011
-
-
Laros authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@134 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
andfixed a bug in the GenBank parser. version 2.0 bugs.txt, beta-feedback.pdf, suggestions.txt, beta-feedback.txt: - Suggestions, bugs, todo lists, ... mutalyzer.sql: - Definitions of the mutalyzer database (to be merged with documentation). Install.txt: - Added the definition of the map table. batch.html: - Modified the help text to reflect the internal functionality. Mutalyzer.py: - Added the function __overSplice() that checks whether a splice site is destroyed. - Added a check for splice site destruction by calling aforementioned function. webservice.py: - Removed a typo (getGeneAndTranscipt() -> getGeneAndTranscript()). Mutator.py: - Reinstated the insertion of sequences on splice junctions to be added to the exon instead of the intron. - Fixed a bug in the shiftpos() function. GBparser.py: - Fixed a bug that was triggered if the input is a minimally annotated one-exon gene. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@133 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Dec 29, 2010
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/soaplib-branch@121 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/soaplib-branch@120 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-