Overview

GUS 3.5 is currently scheduled for release around the end of February/early March. From a feature perspective, GUS 3.5 primarly focuses on schema maintenance, official PostgreSQL support, and the introduction of Proteomics support. From an administrative perspective, GUS 3.5 represents a larger shift in how CBIL manages and releases GUS. This is reflected in a new administrative system providing schema maintenance functionality (included representing the official GUS schema as XML), enhanced installation support, and a RDBMS model for future functionality.

You may wish to browse the propsed GUS 3.5 schema (in progress) at http://www.gusdb.org/cgi-bin/schemaBrowser (The schema browser for GUS pre 3.5 is at http://www.gusdb.org/cgi-bin/schemaBrowserOld

GUS 3.5 Features and Fixes

Schema

.

create view dots.TransMembraneAAFeature as
select  aa_feature_id,
aa_sequence_id,
feature_name_id,
parent_id,
na_feature_id,
subclass_view,
sequence_ontology_id,
description,
pfam_entry_id,
motif_aa_sequence_id,
repeat_type_id,
external_database_release_id,
source_id,
prediction_algorithm_id,
is_predicted,
review_status_id,
int1 as length,
string1 as expected_aa,
string2 as first_60,
int2 as predicted_helices,
int3 as topology,
MODIFICATION_DATE,
USER_READ,
USER_WRITE,
GROUP_READ,
GROUP_WRITE,
OTHER_READ,
OTHER_WRITE,
ROW_USER_ID,
ROW_GROUP_ID,
ROW_PROJECT_ID,
ROW_ALG_INVOCATION_ID
from DoTS.AaFeatureImp? where subclass_view='TransMembraneAAFeature';

RAD

Object Layer

Administrative & Miscellaneous