- 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@341 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@340 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@339 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@338 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Aug 23, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@337 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@335 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@334 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@333 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
Synchronize the GBInfo database table with other Mutalyzer installations by querying them for recently added entries via a webservice method. For entries without creation info (e.g. uploaded genbank files), the file itself is also transferred. Changes to the mutalyzer database: ALTER TABLE GBInfo ADD COLUMN created TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, ADD INDEX created (created); To setup automatic synchronization, use the crontab example in extras/cron.d/mutalyzer-cache-sync (replace the path to the binary by `which mutalyzer-cache-sync`). git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@331 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
Added a check that prevents the insertion of a range. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@324 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@323 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
reference. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@322 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Aug 03, 2011
-
-
Laros authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@321 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
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@319 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
- Writes to log file. - Can be run from bin/mutalyzer-cache-sync. - Post-install script installs (by default disabled) cronjob. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@318 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 26, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@317 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@316 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 25, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@315 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
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/gbinfo-sync-branch@313 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@312 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
database table between different Mutalyzer instances. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/gbinfo-sync-branch@311 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
This makes that we can keep running 1.0.4 on the old server, after changing the DNS to point mutalyzer.nl to the new server. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@310 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@309 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@307 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@306 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@305 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@304 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@303 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 20, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@300 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@299 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Laros authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@298 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jul 19, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@297 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
Getting the next batch queue entry to process was slow with a large database due to the getFromQueue select query. This query is now replaced by one that can make use of an index on the BatchQueue table. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@296 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-