- 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 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
-
- Aug 16, 2011
-
-
Vermaat authored
reference. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@322 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 27, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@320 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 25, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@314 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 21, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@306 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 12, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@295 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 11, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@293 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jun 28, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@291 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Apr 21, 2011
-
-
Vermaat authored
- Warning can also be shown for a roll on the reverse strand. - Only the roll warning about the selected strand is shown. - Roll of insertion where the inserted sequence changes now has correct description on the reverse strand. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@275 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Apr 11, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@267 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@265 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Apr 07, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@255 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@254 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@253 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Apr 05, 2011
-
-
Vermaat authored
Locations and python paths are correct with respect to the setup.py file. For development, use svn up && python setup.py develop and for deployment use svn up && sudo python setup.py install git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@250 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Apr 04, 2011
-
-
Vermaat authored
- Added error recovery to batch daemon. - Added example init script for batch daemon. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@244 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-