- Mar 01, 2012
-
-
Vermaat authored
During import of the NCBI transcript mappings, CDS start or stop positions were not picked up for some transcripts (where these are on exon boundaries). Bug reported by S Venkata Suresh Kumar. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@490 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Feb 21, 2012
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@488 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Feb 20, 2012
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@483 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Feb 01, 2012
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@476 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 31, 2012
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@472 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@471 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@470 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 26, 2012
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@456 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@452 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
For use by LOVD (NGS variants import, Jerry Hoogenboom), implement the SOAP webservice method getTranscriptsMapping. The calling signature is the same as for the existing getTranscriptsRange method, but the new method returns more than just the transcript names. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@451 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 25, 2012
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@445 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 08, 2012
-
-
Vermaat authored
Previously, the 'color' field in the BED track we provide for the Genome Browser was set to the empty string, but Gerard informed us that this is not (always) handled correctly: Expecting number field 5 line 2 of https://mutalyzer.nl/bed?..., got + We now explicitely set the 'color' field to '0'. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@439 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Dec 14, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@435 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Dec 07, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@433 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 24, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@423 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 23, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@420 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 14, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@418 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 10, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@417 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 08, 2011
-
-
Vermaat authored
Fixes #74. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@410 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 04, 2011
-
-
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
-
- Nov 01, 2011
-
-
Vermaat authored
Add optional gene argument to the numberConvertion webservice method. If present, it will convert genomic variants to any transcript of the given gene, no matter how far away they are located (but on the same chromosome of course). Fixes #70. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@402 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Oct 21, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@396 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Oct 20, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@394 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Oct 10, 2011
-
-
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
-
Vermaat authored
The fix is a hack, basically copying the same functionality from the namechecker. I think this should eventually be merged somehow. Fixes #63 git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@387 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Sep 29, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@370 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Sep 27, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@369 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@368 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Sep 20, 2011
-
-
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
-
- Sep 19, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@362 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Sep 13, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@358 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Sep 06, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@350 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Sep 05, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@346 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Sep 02, 2011
-
-
Vermaat authored
Convert the 'hg18.map' and 'hg19.map' tables are to 'hg18.Mapping' and 'hg19.Mapping'. These tables are now updated with mapping info from the NCBI instead of the UCSC. Also added database and configuration file migration scripts. extras/config.example: - Remove configuration values for UCSC updates. extras/post-install.sh: mutalyzer/Mapper.py: mutalyzer/Db.py: - Use 'Mapping' table instead of 'map' table. extras/cron.d/mutalyzer-mapping-update: mutalyzer/Mapper.py: mutalyzer/Db.py: - Get mapping updates from the NCBI. extras/migrations: extras/post-upgrade.sh: - Automated migration scripts. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@342 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Aug 24, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@338 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Aug 22, 2011
-
-
Vermaat authored
mutalyzer/config.py: - Try to load system configuration and user configuration, in that order, and merge them if we find both. tests/test_website.py: - Use running webserver to retrieve batch results. extras/config.user.example: - Example user configuration, overwriting some values from system configuration. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@336 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Aug 19, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@334 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Aug 18, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@328 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@326 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
This is a rebase of commit r202 to the current branch. Please not that this is not a very clean implementation and still contains several Todo's. But they don't affect functionality outside issue #38. Please see the issue for more information. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@325 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-