Revision
1042 -
Directory Listing
Modified
Wed Apr 21 16:11:08 2010 UTC
(12 years, 2 months ago)
by
jmduarteg
New SiftsConnection and SiftsFeature classes for SIFTS pdb to uniprot mapping. Implemented the HasFeatures interface in Pdb. In the future we can hopefully use that mechanism for all features (sec. strucuture, scop and so on)
Revision
1041 -
Directory Listing
Modified
Wed Apr 21 13:24:18 2010 UTC
(12 years, 2 months ago)
by
hstehr
New class JPredConnection for querying the Barton group's JPred server for secondary structure-, burial- and coiled coil prediction. Minor updates of javadocs.
Revision
1040 -
Directory Listing
Modified
Wed Apr 21 10:44:19 2010 UTC
(12 years, 2 months ago)
by
jmduarteg
New UniprotConnection taken from Henning's structural impact project (lots of new jar dependencies with that). New EmblWSDBFetchConnection class to get sequences from EMBL web services.
Revision
1035 -
Directory Listing
Modified
Mon Apr 19 13:10:39 2010 UTC
(12 years, 2 months ago)
by
jmduarteg
Extracted the EC data parsing code to its own connection class.
Revision
1034 -
Directory Listing
Modified
Mon Apr 19 12:42:21 2010 UTC
(12 years, 2 months ago)
by
jmduarteg
Extracted Scop parsing code to its own connection class.
Revision
1033 -
Directory Listing
Modified
Mon Apr 19 12:26:22 2010 UTC
(12 years, 2 months ago)
by
jmduarteg
Extracted the CSA parsing code to its own connection class.
Revision
1009 -
Directory Listing
Modified
Wed Mar 31 15:50:04 2010 UTC
(12 years, 3 months ago)
by
hstehr
refactoring: moved many many classes to more appropriate packages; created new packages owl.core.sequence.alignment, owl.core.structure.alignment, owl.core.structure.features
Revision
1005 -
Directory Listing
Modified
Wed Mar 31 12:29:26 2010 UTC
(12 years, 3 months ago)
by
hstehr
Copied from:
trunk/src/connections revision 1002
refactoring: renaming proteinstructure to structure and tools to util; moving connections,features,runners,sequence,structure,util to owl.core
Revision
987 -
Directory Listing
Modified
Thu Mar 18 11:08:58 2010 UTC
(12 years, 3 months ago)
by
jmduarteg
Original Path:
trunk/src/connections
New package runners for Runner classes. At the moment only contains the new class NaccessRunner (moved out of Pdb class)
Introduced a config file for tests so that one can set externally the executable paths and any other necessary data to run tests (at the moment only implemented in PdbTest.java). PdbTest now should run anywhere (if you have a local pdbase installation!)
Moved the consurf parser out of Pdb to its own class ConsurfConnection in the connection package.
Revision
985 -
Directory Listing
Added
Tue Mar 16 13:47:40 2010 UTC
(12 years, 3 months ago)
by
hstehr
Original Path:
trunk/src/connections
Adding new package owl.connections with connector classes to online databases and services. Starting with PhosphoSitePlusConnection for accessing a database of posttranslational modifications and PDomainsConnection for accessing a very useful webservice which calculates structural domains using a variety of methods including Scop, Cath, DomainParser, ProteinDomainParser and others.