comparison GEMBASSY-1.0.3/acd/gentrez.acd @ 2:8947fca5f715 draft default tip

Uploaded
author ktnyt
date Fri, 26 Jun 2015 05:21:44 -0400
parents 84a17b3fad1f
children
comparison
equal deleted inserted replaced
1:84a17b3fad1f 2:8947fca5f715
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