diff GEMBASSY-1.0.3/acd/gentrez.acd @ 0:8300eb051bea draft

Initial upload
author ktnyt
date Fri, 26 Jun 2015 05:19:29 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GEMBASSY-1.0.3/acd/gentrez.acd	Fri Jun 26 05:19:29 2015 -0400
@@ -0,0 +1,39 @@
+application: gentrez [
+  documentation: "Searches NCBI Entrez"
+  groups: "Data Retrieval:Text data"
+  embassy: "gembassy"
+]
+
+section: input [
+  information: "Input section"
+  type: "page"
+]
+
+  string: database [
+    parameter: "Y"
+    information: "NCBI database to search"
+    knowntype: "name"
+    default: "pubmed"
+  ]
+
+  string: query [
+    parameter: "Y"
+    information: "Query to search"
+    knowntype: "string"
+  ]
+
+endsection: input
+
+section: output [
+        information: "Output section"
+        type: "page"
+]
+
+  outfile: outfile [
+    parameter: "Y"
+    information: "ASCII text output file"
+    knowntype: "ascii text"
+    default: "$(database).$(query).gentrez"
+  ]
+
+endsection: output