From f76411bfe324008dc147bafaa89dc40cd5687e75 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Fri, 2 Jul 2004 08:30:53 +0000 Subject: [PATCH] initial version --- src/zmapServer/das/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 src/zmapServer/das/README diff --git a/src/zmapServer/das/README b/src/zmapServer/das/README new file mode 100755 index 000000000..208a03847 --- /dev/null +++ b/src/zmapServer/das/README @@ -0,0 +1,21 @@ +================================================================================ +DAS v2 Server interface + +This directory implements for a DAS 2 server the routines required by the +generalised server interface defined in src/include/ZMap/zmapServerPrototype.h. + +Currently there is a sample server contactable at: + + http://dev.acedb.org/das/ + +and also a wormbase sample server at: + + http://dev.wormbase.org/das + +Requests can be sent to either of these via a browser or any other http handling +program. + +For example to get a list of types of data you could issue this request: + + http://dev.acedb.org/das/wormbase/1/type + -- GitLab