Skip to content
Snippets Groups Projects
  1. Aug 19, 2011
    • Vermaat's avatar
      Merge gbinfo-sync-branch. · e25f36e4
      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
      e25f36e4
  2. Aug 18, 2011
  3. Aug 16, 2011
  4. Aug 03, 2011
  5. Jul 27, 2011
  6. Jul 26, 2011
  7. Jul 25, 2011
  8. Jul 21, 2011
  9. Jul 20, 2011
  10. Jul 19, 2011
  11. Jul 12, 2011
  12. Jul 11, 2011
  13. Jun 28, 2011
  14. Jun 27, 2011
Loading