comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:8300eb051bea
1 application: gentrez [
2 documentation: "Searches NCBI Entrez"
3 groups: "Data Retrieval:Text data"
4 embassy: "gembassy"
5 ]
6
7 section: input [
8 information: "Input section"
9 type: "page"
10 ]
11
12 string: database [
13 parameter: "Y"
14 information: "NCBI database to search"
15 knowntype: "name"
16 default: "pubmed"
17 ]
18
19 string: query [
20 parameter: "Y"
21 information: "Query to search"
22 knowntype: "string"
23 ]
24
25 endsection: input
26
27 section: output [
28 information: "Output section"
29 type: "page"
30 ]
31
32 outfile: outfile [
33 parameter: "Y"
34 information: "ASCII text output file"
35 knowntype: "ascii text"
36 default: "$(database).$(query).gentrez"
37 ]
38
39 endsection: output