How to Administer a PGDB

Slides:



Advertisements
Similar presentations
SRI International Bioinformatics 1 Navigation to Related Objects Bioinformatics Research Group SRI International Mario Latendresse.
Advertisements

Editing Pathway/Genome Databases. SRI International Bioinformatics Pathway Tools Paradigm Separate database from user interface Navigator provides one.
1 SRI International Bioinformatics The Ocelot Frame Knowledge Representation System Peter D. Karp, Ph.D. Bioinformatics Research Group SRI International.
Upgrading to SharePoint 2010 JUNE 2010 SANSPUG.ORG MEETING CHRIS GIVENS.
SRI International Bioinformatics Data Import / Export Markus Krummenacker Bioinformatics Research Group SRI, International Q
Unbalanced Reactions by Markus Krummenacker Q
Overview of the Pathway Tools Software and Pathway/Genome Databases.
Overview of the Pathway Tools Software and Pathway/Genome Databases.
SRI International Bioinformatics 1 The consistency Checker, or Overhauling a PGDB By Ron Caspi.
TYPO3 Content Management System College of Natural & Social Sciences Webpage TYPO3 Content Management System College of Natural & Social Sciences Webpage.
Creating a … Community Database Organism-Specific Database Model-Organism Database.
SRI International Bioinformatics 1 Gene Ontology in Pathway Tools: Internals.
1 Web Development Life Cycle  Ensures project consistency and completeness –Planning –Analysis –Design and Development –Testing –Implementation and Maintenance.
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW Understand the difference between service.
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW  Understand the difference between service.
Before you begin If a yellow security bar appears at the top of the screen in PowerPoint, click Enable Editing. You need PowerPoint 2010 to view this presentation.
Module - Technical Basics
WaveMaker Visual AJAX Studio 4.0 Training Troubleshooting.
Network Management Tool Amy Auburger. 2 Product Overview Made by Ipswitch Affordable alternative to expensive & complicated Network Management Systems.
Installing Windows Vista Lesson 2. Skills Matrix Technology SkillObjective DomainObjective # Performing a Clean Installation Set up Windows Vista as the.
SRI International Bioinformatics 1 Recent Developments in Pathway Tools GMOD Workshop November ‘07 Suzanne Paley Bioinformatics Research Group SRI International.
SRI International Bioinformatics 1 Advanced Editing of Pathway/Genome Databases Ron Caspi.
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
The consistency Checker, or Overhauling a PGDB By Ron Caspi.
Diagnostic Pathfinder for Instructors. Diagnostic Pathfinder Local File vs. Database Normal operations Expert operations Admin operations.
SRI International Bioinformatics 1 Submitting pathway to MetaCyc Ron Caspi.
What is WinRunner ► WinRunner is Mercury’s legacy automated testing tool ► It is similar to QTP in functionality ► WinRunner integrates with other Mercury.
Copyright © 1997 Pangea Systems, Inc. All rights reserved. Pathway Tools Training Course.
MySQL Getting Started BCIS 3680 Enterprise Programming.
SRI International Bioinformatics Update your computers! To install a patch: Tools => Instant Patch => Download and Activate All Patches.
SRI International Bioinformatics 1 Editing Pathway/Genome Databases Ron Caspi.
SRI International Bioinformatics 1 Pathway Tools Features Available Only in the Desktop Version PathoLogic.
TEAM FOUNDATION VERSION CONTROL AN OVERVIEW AND WALKTHROUGH By: Michael Mallar.
“Successful Uses of HTML Computer Code” Shannon Harwell.
5 Copyright © 2008, Oracle. All rights reserved. Testing and Validating a Repository.
Recent Developments and Future Directions in Pathway Tools Peter D. Karp SRI International.
MySQL Getting Started BCIS 3680 Enterprise Programming.
Proctor Caching Overview. 2 Proctor Caching Diagram.
4 Copyright © 2004, Oracle. All rights reserved. Managing the Oracle Instance.
GNU EPrints 2 Overview Christopher Gutteridge 19 th October 2002 CERN. Geneva, Switzerland.
Upgrade & Patching of Kentico CMS …without any much pain.
The Pathway/Genome Navigator
Fundamental of Databases
Nat 4/5 Computing Science Software
Chapter Objectives In this chapter, you will learn:
Pre-Production Meet with the client to create a project plan:
Editing Pathway/Genome Databases
Comparative Analysis in BioCyc
Why Create a PGDB? Perform pathway analyses as part of a genome project Analyze omics data Create a central public information resource for the organism,
by Markus Krummenacker June 2011
SQL and SQL*Plus Interaction
Web Development Life Cycle
Is 221: Database Administration
Chapter 2: System Structures
Introduction to Web programming
Bioinformatics Research Group
The Pathway Tools FBA Module
ArcGIS for Server: What’s New
Bomgar Remote support software
|Fix Gmail Error 2099
Bioinformatics Research Group
CONFIGURING HARDWARE DEVICE & START UP PROCESS
How to Fix Secure Connection Error in WordPress?.
IS 220 Databases Fundamentals
Comparative Analysis Q
Incremental PathoLogic
Propagating Changed Annotation and Pathway Information
Unbalanced Reactions by Markus Krummenacker Q
Overview of the Pathway Tools Software and Pathway/Genome Databases
Database management systems
Presentation transcript:

How to Administer a PGDB

Getting Ready to Release Decide on release frequency Don’t wait until it’s perfect to release it! Run consistency checker Also updates organism-summary statistics Update publications, authors in organism frame Right-click on organism, Edit->Frame Editor Update Overview Deposit PGDB in SRI PGDB registry Will allow SRI to include it in BioCyc Create new version of PGDB Edit against the new version, old version visible through web site How to ensure web server sees right version? Author release notes

Administering the Web Server Web server is written entirely in Lisp! May need to restart server periodically We use website monitor to page admin when site is down http://xyzcyc.org/load-patches http://xyzcyc.org/purge-cache When an error occurs: Debugging info (stack backtrace) appears in terminal window

Using RDBMS for Storage Either Oracle or MySQL Enable concurrent multi-user updates Backup KB to File command from Pathologic Show Changes Lists all changes for a particular database object in reverse chronological order Internal Ocelot representation of changes

Show Changes

Update Propagation New version of Pathway Tools includes updates to MetaCyc New/updated compound structures, names, synonyms Updated reaction substrates, EC numbers Updated pathways names, reactions, layout pathways may be split into sub-pathways New pathways, reactions, compounds Duplicate reactions, compounds merged Run Tools->Propagate MetaCyc Data Updates Computes differences in compounds, reactions, pathways For each kind of difference, curator can say to propagate all, or choose which objects to propagate.

Update Propagation (propagate-updates-from-metacyc orgids) Internal tool – not user-tested! Assumes any differences are due to changes in MetaCyc Propagates only selected slots Logs all changes, suggested changes – check results carefully! Updates compounds, reactions Updates pathway names, but not topology Reports on differences in topology Does not infer any new pathways Work in progress!