July 2010 Archives by subject
Starting: Thu Jul 1 05:51:15 EDT 2010
Ending: Fri Jul 30 18:31:25 EDT 2010
Messages: 258
- [BioCatalogue-developers] [2122] trunk/app/views/rest_methods/_listing.html.erb: bug fix for url template in RestMethod listing, it was showing the same resource path for all the different endpoints...
noreply at rubyforge.org
- [BioCatalogue-developers] [2123] trunk/app/views/rest_services/_show_service_tabs.html.erb: cleanup for calls made to render the listing partial for RestMethod
noreply at rubyforge.org
- [BioCatalogue-developers] [2124] trunk: - fixed css bug for the annotation' s actions button being misaligned
noreply at rubyforge.org
- [BioCatalogue-developers] [2125] branches/soaplab-and-monitoring/app: re-factor monitoring views and add % success gauge graph for service tests
noreply at rubyforge.org
- [BioCatalogue-developers] [2126] trunk/app/controllers: - added support for SSL on pages that contain forms asking for user details
noreply at rubyforge.org
- [BioCatalogue-developers] [2127] trunk/vendor/plugins: - froze the ssl_requirement plugin to the codebase
noreply at rubyforge.org
- [BioCatalogue-developers] [2128] trunk/lib: - added files that were omitted in the last commit
noreply at rubyforge.org
- [BioCatalogue-developers] [2129] trunk/app/models/rest_method.rb: - titleized the group names to make group name case insensitive
noreply at rubyforge.org
- [BioCatalogue-developers] [2130] trunk: - bug fix for annotations that were not displaying properly
noreply at rubyforge.org
- [BioCatalogue-developers] [2131] trunk: - updated all the REST API GET /{resource}/ {id} endpoints to output JSON
noreply at rubyforge.org
- [BioCatalogue-developers] [2132] branches/soaplab-and-monitoring/app: further work on monitoring UI
noreply at rubyforge.org
- [BioCatalogue-developers] [2133] branches/rest-api-updates/: branch for REST API JSONification and REST services support
noreply at rubyforge.org
- [BioCatalogue-developers] [2134] branches/rest-api-updates: - implemented JSON for collections endpoints e.g.
noreply at rubyforge.org
- [BioCatalogue-developers] [2135] branches/soaplab-and-monitoring/app/views/service_tests: tooltip icon for historical success rate of test scripts
noreply at rubyforge.org
- [BioCatalogue-developers] [2136] branches/rest-api-updates: - added JSON outputs for the following endpoints
noreply at rubyforge.org
- [BioCatalogue-developers] [2137] branches/rest-api-updates: - changed the module namespace for BioCatalogue::JSON to BioCatalogue::Api ::Json
noreply at rubyforge.org
- [BioCatalogue-developers] [2138] trunk/app/models: archive services on delete of a soaplab_server instance
noreply at rubyforge.org
- [BioCatalogue-developers] [2139] trunk/lib/bio_catalogue: background job to update soap service descriptions from soaplab
noreply at rubyforge.org
- [BioCatalogue-developers] [2140] trunk/app/helpers/rest_services_helper.rb: - bug fix for REST template generator
noreply at rubyforge.org
- [BioCatalogue-developers] [2141] branches/rest-api-updates: - bug fix for REST template generator
noreply at rubyforge.org
- [BioCatalogue-developers] [2142] branches/rest-api-updates/app/models/rest_parameter.rb: - bug fix for RestParameter#to_json; the "constrained_values" of the returned JSON was returning a list with a single element ( a string containing all the constrained_values)
noreply at rubyforge.org
- [BioCatalogue-developers] [2143] branches/rest-api-updates: - implemented endpoints (JSON + XML):
noreply at rubyforge.org
- [BioCatalogue-developers] [2144] branches/rest-api-updates/app: - implemented endoints (JSON + XML):
noreply at rubyforge.org
- [BioCatalogue-developers] [2145] branches/rest-api-updates: - implemented enpoints
noreply at rubyforge.org
- [BioCatalogue-developers] [2146] branches/rest-api-updates/app: - implemented endpoints (JSON + XML)
noreply at rubyforge.org
- [BioCatalogue-developers] [2147] branches/rest-api-updates: - implemented endpoints (JSON + XML)
noreply at rubyforge.org
- [BioCatalogue-developers] [2148] branches/rest-api-updates: - updated API tests for JSON endpoints
noreply at rubyforge.org
- [BioCatalogue-developers] [2149] branches/soaplab-and-monitoring: -addition of model field to store pre-calculated success rate for services tests .
noreply at rubyforge.org
- [BioCatalogue-developers] [2150] branches/rest-api-updates/script/biocatalogue/api/tests: - updated the test for /search.json
noreply at rubyforge.org
- [BioCatalogue-developers] [2151] trunk: - updated AnnotationsHelper#annotation_prepare_description to process the annotation using either white_list or html_escape
noreply at rubyforge.org
- [BioCatalogue-developers] [2152] trunk/app/models/rest_method.rb: - updated RestMethod. group_rest_methods to group using case insensitive group names
noreply at rubyforge.org
- [BioCatalogue-developers] [2153] branches/rest-api-updates: - updated /api (JSON + XML)
noreply at rubyforge.org
- [BioCatalogue-developers] [2154] branches/rest-api-updates: - implemented write capability to endpoints /rest_resources and / soap_services (returns: JSON for the top level service if successful)
noreply at rubyforge.org
- [BioCatalogue-developers] [2155] branches/soaplab-and-monitoring/app: - Give permission to all people responsible for a service to enable/ disable it
noreply at rubyforge.org
- [BioCatalogue-developers] [2156] branches/rest-api-updates/app/controllers: - changed the content of the JSON response following successful service registration ; the response now contains the status of the request (201 or 202), and a link to the created service
noreply at rubyforge.org
- [BioCatalogue-developers] [2157] trunk: - removed the ensure_proper_protocol override
noreply at rubyforge.org
- [BioCatalogue-developers] [2158] trunk/app/controllers: - changed ssl_allowed to ssl_required for pages that capture user information
noreply at rubyforge.org
- [BioCatalogue-developers] [2159] trunk/app/controllers/responsibility_requests_controller.rb: - added ssl_required to responsibility_requests_controller.rb
noreply at rubyforge.org
- [BioCatalogue-developers] [2160] trunk: -merging the "soaplab-and-monitoring" branch into trunk.
noreply at rubyforge.org
- [BioCatalogue-developers] [2161] branches/rest-api-updates: - added the oauth-plugin plugin and oauth-0.4.1 gem
noreply at rubyforge.org
- [BioCatalogue-developers] [2162] branches/rest-api-updates/vendor/gems/oauth-0.3.4/: - removed the oauth-0.3.4 gem as my svn client was refusing to remove it
noreply at rubyforge.org
- [BioCatalogue-developers] [2163] branches/rest-api-updates/app/controllers: - added oauth support to write endpoints
noreply at rubyforge.org
- [BioCatalogue-developers] [2164] branches/rest-api-updates/app/controllers: - updated : login_required before filters to :login_or_oauth_required
noreply at rubyforge.org
- [BioCatalogue-developers] [2165] branches/rest-api-updates: - misc.
noreply at rubyforge.org
- [BioCatalogue-developers] [Fwd: [2136] branches/rest-api-updates: - added JSON outputs for the following endpoints]
Jiten Bhagat
- [BioCatalogue-developers] [Fwd: [2138] trunk/app/models: archive services on delete of a soaplab_server instance]
Franck Tanoh
- [BioCatalogue-developers] [Fwd: [2138] trunk/app/models: archive services on delete of a soaplab_server instance]
Jiten Bhagat
- [BioCatalogue-developers] [Fwd: [2138] trunk/app/models: archive services on delete of a soaplab_server instance]
ericnzuo at ebi.ac.uk
- [BioCatalogue-developers] [Fwd: [2138] trunk/app/models: archive services on delete of a soaplab_server instance]
ericnzuo at ebi.ac.uk
- [BioCatalogue-developers] [JIRA] Assigned: (BIOCAT-243) Make important pages HTTPS
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Assigned: (BIOCAT-286) xmlns attributes are stripped from my example input
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Assigned: (BIOCAT-417) Implement endpoint groupings for REST services
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Assigned: (BIOCAT-425) Make REST group name capital insensitive
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Assigned: (BIOCAT-434) Add status icons to the tabs on the details of service tests
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Assigned: (BIOCAT-437) Add some explanation to the historical success rate graph for service tests.
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-286) xmlns attributes are stripped from my example input
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-306) Implement service update checker
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-401) Start a wiki page to document REST Services
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-405) Create 2 wiki pages for curation app: one to serve as a "front page" and the other for developers
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-420) Fix CSS styling of the "edit" and "delete" buttons on /rest_methods/{id} page
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-425) Make REST group name capital insensitive
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-426) In the exported spreadsheet, make sure the description annotations do not overlap the cell's boundaries
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-432) In Safari, the action buttons for annotations are misaligned
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Closed: (BIOCAT-436) Create a self signed SSL certificate for the test site
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-286) xmlns attributes are stripped from my example input
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-286) xmlns attributes are stripped from my example input
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-406) Test app in other OSs apart from Mac OS X 10.5
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-413) Some urls in annotation fields are not formed properly
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-425) Make REST group name capital insensitive
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-433) Provide a live db snapshot for the ISMB demo
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Commented: (BIOCAT-436) Create a self signed SSL certificate for the test site
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-429) Update the protocol for updating the BioCatalogue website on EBI wiki
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-430) Re-factor the service monitoring view to bring in line with the improved view of the soap operations
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-431) Update copyright date in footer to 2008-2010
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-432) In Safari, the action buttons for annotations are misaligned
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-433) Provide a live db snapshot for the ISMB demo
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-434) Add status icons to the tabs on the details of service tests
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-435) Test SSL on the BioCatalogue test site
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-436) Create a self signed SSL certificate for the test site
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-437) Add some explanation to the historical success rate graph for service tests.
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-438) Group service tests into classes( simple url checks, test scripts...)
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-439) Build JSON outputs for the current REST API endpoints
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-440) Implement activity limits for REST API calls
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-441) Implement REST API endpoints for REST services
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-442) Improve search algorithm (eliminate use of BioCatalogue::Mapper.compound_ids_to_model_objects)
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-443) Update the REST API's XML schema to account for the REST services support endpoints
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-444) Optimize the code to retrieve display name annotations in BioCatalogue::Filtering::Annotations.get_filters_for_annotatables
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-445) Upgrade main packages/libraries use by BioCatalogue
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-446) Anyone responsible for a service( this includes : submitter, other responsibles, curators and admins) should be able to enable/disable tests on the service
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-447) Test SSL on the BioCatalogue main site
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-448) Integrate OAuth into the application
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Created: (BIOCAT-449) Expose other BioCatalogue functionality through the REST API
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Reopened: (BIOCAT-286) xmlns attributes are stripped from my example input
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Reopened: (BIOCAT-425) Make REST group name capital insensitive
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-286) xmlns attributes are stripped from my example input
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-286) xmlns attributes are stripped from my example input
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-306) Implement service update checker
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-401) Start a wiki page to document REST Services
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-405) Create 2 wiki pages for curation app: one to serve as a "front page" and the other for developers
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-420) Fix CSS styling of the "edit" and "delete" buttons on /rest_methods/{id} page
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-425) Make REST group name capital insensitive
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-425) Make REST group name capital insensitive
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-426) In the exported spreadsheet, make sure the description annotations do not overlap the cell's boundaries
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-427) Create a listing(index) page for all soaplab servers
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-428) Re-use the alternative name mechanism for Services on Soaplab server instances.
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-433) Provide a live db snapshot for the ISMB demo
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-434) Add status icons to the tabs on the details of service tests
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-435) Update the BioCatalogue test site to try out SSL support
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-437) Add some explanation to the historical success rate graph for service tests.
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-439) Build JSON outputs for the current REST API endpoints
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Resolved: (BIOCAT-441) Implement REST API endpoints for REST services
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-107) Implement descriptions pages for annotation attributes
Jiten Bhagat (JIRA)
- [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-409) Implement a cache for all performed searches
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-435) Update the BioCatalogue test site to try out SSL support
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-442) Optimize BioCatalogue::Mapper.compound_ids_to_model_objects for better performance
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Updated: (BIOCAT-445) Upgrade main packages/libraries use by BioCatalogue
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-243) Make important pages HTTPS
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-286) xmlns attributes are stripped from my example input
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-286) xmlns attributes are stripped from my example input
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-413) Some urls in annotation fields are not formed properly
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-420) Fix CSS styling of the "edit" and "delete" buttons on /rest_methods/{id} page
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-420) Fix CSS styling of the "edit" and "delete" buttons on /rest_methods/{id} page
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-425) Make REST group name capital insensitive
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-425) Make REST group name capital insensitive
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-435) Update the BioCatalogue test site to try out SSL support
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-439) Build JSON outputs for the current REST API endpoints
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-441) Implement REST API endpoints for REST services
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work started: (BIOCAT-448) Integrate OAuth into the application
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work stopped: (BIOCAT-243) Make important pages HTTPS
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work stopped: (BIOCAT-372) Documentation URL not being picked up by the WSDL parser
Eric Nzuobontane (JIRA)
- [BioCatalogue-developers] [JIRA] Work stopped: (BIOCAT-378) Develop app for mass curation via spreadsheets
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work stopped: (BIOCAT-403) In the exported spreadsheet, differentiate between existing annotations and new annotations
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work stopped: (BIOCAT-413) Some urls in annotation fields are not formed properly
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work stopped: (BIOCAT-420) Fix CSS styling of the "edit" and "delete" buttons on /rest_methods/{id} page
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [JIRA] Work stopped: (BIOCAT-441) Implement REST API endpoints for REST services
Mannie Tagarira (JIRA)
- [BioCatalogue-developers] [Production ERROR] contact#create (ActionController::InvalidAuthenticityToken) "ActionController::InvalidAuthenticityToken"
Eric Nzuobontane
- [BioCatalogue-developers] [Production ERROR] contact#create (ActionController::InvalidAuthenticityToken) "ActionController::InvalidAuthenticityToken"
Jiten Bhagat
- [BioCatalogue-developers] can't login the test site
Franck Tanoh
- [BioCatalogue-developers] can't login the test site
Eric Nzuobontane
- [BioCatalogue-developers] can't login the test site
Mannie Tagarira
- [BioCatalogue-developers] ddbj blast test script enable
Franck Tanoh
- [BioCatalogue-developers] ddbj blast test script enable
Eric Nzuobontane
- [BioCatalogue-developers] ddbj blast test script enable
Jiten Bhagat
- [BioCatalogue-developers] ddbj blast test script enable
Eric Nzuobontane
- [BioCatalogue-developers] ddbj blast test script enable
Jiten Bhagat
- [BioCatalogue-developers] ddbj blast test script enable
Eric Nzuobontane
- [BioCatalogue-developers] ddbj blast test script enable
Jiten Bhagat
- [BioCatalogue-developers] ddbj blast test script enable
Jiten Bhagat
- [BioCatalogue-developers] ddbj blast test script enable
Eric Nzuobontane
- [BioCatalogue-developers] ddbj blast test script enable
Franck Tanoh
- [BioCatalogue-developers] ddbj blast test script enable
Jiten Bhagat
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:displayAlignmentFromTreeDetAnnotation' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:fromFASTA_NA_multiToNucleotideSeqCollection' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:fromiHOPtoMOBY' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:fromPrankToSLR' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:fromPrankToSLR' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:getSymbolDefinitions' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:getSymbolInfo' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:getSymbolInteractions' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:runCExonic' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:runS3det' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:cnio.es:runTargetPDAS' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:inb.bsc.es:getStatisticalLog' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:addDisulphideBondsFromPDBText' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:cleanStructureFromPDBText' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:computeDistancesFromPDB' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:fromMD_TrajectoryToMD_TrajectoryNetCDF' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getAMBER_MD_StructureFromPDBText' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getAMBER_MD_StructureFromPDBText' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getAverageStructureFromMD_Trajectory' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getChainedCorrelationsFromCorrelationMatrix' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getDimensionalityFromPCZ_Report' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getEigenvaluesFromPCZ_Report' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getLigandIdFromPDBId' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getMaskTrajectoryFromMD_Trajectory' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getNAMD_ConfFromNAMD_MD_Structure' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getNAMD_MD_StructureFromPDBText' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getPersistentFile' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getPrincipalComponentFromPCZ_Report' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getPropertySequenceFromFeatureAASequence' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getProtProtInterfaceFromPDBId' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getProtProtInterfaceFromPDBId' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getSnapshotFromMD_Trajectory' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getSnapshotFromMD_Trajectory' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getStatisticalLog' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:getTrajectoryRmsFromMD_Trajectory' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:loadPersistentFile' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:loadPersistentFile' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:optimizeStructureFromAMBER_MD_Structure' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:parseAccessibilityFromPHDText' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:runLeapFromAMBER_MD_Structure' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:runMDFromGROMACS_MD_Structure' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:runMDFromMD_TrajectoryDCD' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:runTTSFinder' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:searchPdbForPattern' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:solvateStructureFromGROMACS_MD_Structure' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:mmb.pcb.ub.es:unzipTrajectory' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB-dev:www.cnb.uam.es:getStatisticalLog' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:cnio.es:runFASSFromMSF' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:cnio.es:runOFunCUT' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:fromFASTAToDNASequence' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:fromFASTAToDNASequenceCollection' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:fromGenericSequenceCollectionToFASTA' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:fromGenericSequenceToFASTA' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:runGeneIDGFF' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:runMemeText' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:runMetaAlignment' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:runMultiPairwiseMetaAlignment' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:genome.imim.es:runMultiPairwiseMetaAlignment' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:inb.bsc.es:getEntryFromEMBL' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:mmb.pcb.ub.es:getStructureFromPDB' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:mmb.pcb.ub.es:parseMultipleAlignFromBLASTText' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:mmb.pcb.ub.es:parseMultipleAlignFromBLASTText' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:mmb.pcb.ub.es:parsePropertySequenceFromFSOLVText' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:mmb.pcb.ub.es:runPHDFromFASTA' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:www.bioinfo.uma.es:getAminoAcidSequenceCollection' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'blastProDom' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'blastProDom' changed to Warning
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS pepwheel' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS pepwheel' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS supermatcher' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS supermatcher' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS syco' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS syco' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS topo' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS vrnaduplex' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'EMBOSS vrnaduplex' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:cnio.es:runNCut' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'INB:cnio.es:runNCut' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'JACOP/FuncNet' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'pathfinding' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'pathfinding' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'pathwayinference' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'pathwayinference' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'pathwayinference' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'PcProf predict physico-chemical profiles of proteins (CNRS IBCP)' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'SIMPA protein secondary structure prediction (CNRS IBCP)' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'The ELM Resource Structure Filter' changed to Failed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'The ELM Resource Structure Filter' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] EMBRACE Registry: 'The ELM Resource Structure Filter' changed to Passed
utopia at cs.man.ac.uk
- [BioCatalogue-developers] latest data
Franck Tanoh
- [BioCatalogue-developers] Mannie's work
Jiten Bhagat
- [BioCatalogue-developers] monitoring views
Eric Nzuobontane
- [BioCatalogue-developers] monitoring views
Sergejs Aleksejevs
- [BioCatalogue-developers] monitoring views
Eric Nzuobontane
- [BioCatalogue-developers] monitoring views
Jiten Bhagat
- [BioCatalogue-developers] monitoring views
Sergejs Aleksejevs
- [BioCatalogue-developers] monitoring views
Jiten Bhagat
- [BioCatalogue-developers] monitoring views
Eric Nzuobontane
- [BioCatalogue-developers] monitoring views
Eric Nzuobontane
- [BioCatalogue-developers] monitoring views
Jiten Bhagat
- [BioCatalogue-developers] monitoring views
Franck Tanoh
- [BioCatalogue-developers] monitoring views
Eric Nzuobontane
- [BioCatalogue-developers] monitoring views
Franck Tanoh
- [BioCatalogue-developers] monitoring views
Jiten Bhagat
- [BioCatalogue-developers] monitoring views
Eric Nzuobontane
- [BioCatalogue-developers] monitoring views
Jiten Bhagat
- [BioCatalogue-developers] monitoring views
Eric Nzuobontane
Last message date:
Fri Jul 30 18:31:25 EDT 2010
Archived on: Fri Jul 30 18:31:32 EDT 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).