EMBOSS: Project Meeting (Mon 20th September 10) |
Peter has started to write code for the ontology applications.
Alan asked that template applications be defined in bundlewin.c to avoid problems when building the win32 binaries. It may be possible to check emboss/Makefile.am for applications defined in the bin_PROGRAMS line.
Alan has added proxy authentication by username and password. This is defined in the EMBOSS_PROXY value by appending "Basic username password". Basic authentication sends a simple base64 encoded username and password. There are more complex alternatives (Digest and NTLM) based on challenge and response which could be implemented but are so far not requested by any user. Proxy servers using such mechanisms can also support the Basic authentication protocol.
Peter has written OBO (open bio-ontology) functions to read, process and write OBO ontologies. The input specification uses an adaptation of USA syntax for OBO objects and OBO query fields. Output is in OBO format but can be easily extended.
The code in ajobo and ajobodb has been fully documented and passes all documentation validations. The revised function names can be adapted for other data types.
Michael continues to update the ensembl functions to be EFUNC and EDATA compatible. There are some issues arising.
Global and static variables are not documented. Peter will look into this and could add a documentation block for these variables and tests that they are documented whenever they are found.
Enums should have typedefs to enable compiler checking for duplicate values.
Mahmut has added test cases for the new AJAX functionality.
Mahmut has a new SoapLab test server on the LSF test cluster. This will be moved to the EBI production cluster.
DAS source is specific to one server, and gives a URL directly of type dasssource or dasserver. This is currently used for sequence data. DAS servers are also sources of other information, especially feature annotation.
Peter has started adding OBO access and OBO applications (see above). Similar code will be needed for the database catalogue and the NCBI taxonomy.
Peter suggested a discussion next week on possible server definitions to generalise access to biomart, ensembl, SRS and other sources where many databases have a common server location and access method.
Alan and Michael suggested caching server information would be essential. As an example, SQL access discovers databases matching the EMBOSS supported API version, but this takes a long time over a slow connection. Other queries (e.g. the number of databases) can be resolved rapidly. A cache would need to include the software version and be able to check for new versions. Perhaps this could be combined with an application similar to showdb which could refresh the local cache. Use of the cache by any application could be turned off by an environment variable.
Jon is looking into OWL as a maintenance format for use with the BioNemus web service interfaces. This could help with cardinality and type information for EDAM terms.
Jon has updated the XML documentation to describe tests and flags for minimum and maximum values in ACD.
CUP have provided contact details for a copy editor.