File: servertell.txt

package info (click to toggle)
emboss 6.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 571,248 kB
  • ctags: 39,971
  • sloc: ansic: 460,578; java: 29,439; perl: 13,573; sh: 12,740; makefile: 3,275; csh: 706; asm: 351; xml: 239; pascal: 237; modula3: 8
file content (153 lines) | stat: -rw-r--r-- 4,058 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
                                 servertell



Wiki

   The master copies of EMBOSS documentation are available at
   http://emboss.open-bio.org/wiki/Appdocs on the EMBOSS Wiki.

   Please help by correcting and extending the Wiki pages.

Function

   Display information about a public server

Description

   servertell displays on-screen information on a server with the specific
   ID. Optionally, the information may be written to an output file in
   plain text or HTML.

Usage

   Here is a sample session with servertell


% servertell srs
Display information about a public server

# srs is defined in standard
# access levels id: Yes query: Yes all: Yes
# scope: text
# cache file: /homes/user/local/share/EMBOSS/server.srs
# databases: 16
# use -full to see complete list of databases

SERVER srs [
   method:         "srswww"
   type:           "unknown"
   cachefile:      "server.srs"
   comment:        "SRS from EBI"
   serverversion:  "7.1.3"
   url:            "http://srs.ebi.ac.uk/srsbin/cgi-bin/wgetz"
]


Command line arguments

Display information about a public server
Version: EMBOSS:6.6.0.0

   Standard (Mandatory) qualifiers:
  [-server]            string     The name of the server defined locally for
                                  use by EMBOSS. (Any string)

   Additional (Optional) qualifiers:
   -full               boolean    [N] The default behaviour is to report for
                                  relevant servers only basic information from
                                  the EMBOSS server definition
   -outfile            outfile    [stdout] Output file name

   Advanced (Unprompted) qualifiers: (none)
   Associated qualifiers:

   "-outfile" associated qualifiers
   -odirectory         string     Output directory

   General qualifiers:
   -auto               boolean    Turn off prompts
   -stdout             boolean    Write first file to standard output
   -filter             boolean    Read first file from standard input, write
                                  first file to standard output
   -options            boolean    Prompt for standard and additional values
   -debug              boolean    Write debug output to program.dbg
   -verbose            boolean    Report some/full command line options
   -help               boolean    Report command line options and exit. More
                                  information on associated and general
                                  qualifiers can be found with -help -verbose
   -warning            boolean    Report warnings
   -error              boolean    Report errors
   -fatal              boolean    Report fatal errors
   -die                boolean    Report dying program messages
   -version            boolean    Report version number and exit


Input file format

   None.

Output file format

   servertell outputs a report of a server configuration.

Data files

   None.

Notes

   None.

References

   None.

Warnings

   None.

Diagnostic Error Messages

   None.

Exit status

   It always exits with status 0.

Known bugs

   None.

See also

   Program name     Description
   cachedas         Generate server cache file for DAS servers or for the DAS
                    registry
   cachedbfetch     Generate server cache file for Dbfetch/WSDbfetch data
                    sources
   cacheebeyesearch Generate server cache file for EB-eye search domains
   cacheensembl     Generate server cache file for an Ensembl server
   dbtell           Display information about a public database
   showdb           Display information on configured databases
   showserver       Display information on configured servers

Author(s)

   Peter Rice
   European Bioinformatics Institute, Wellcome Trust Genome Campus,
   Hinxton, Cambridge CB10 1SD, UK

   Please report all bugs to the EMBOSS bug team
   (emboss-bug (c) emboss.open-bio.org) not to the original author.

History

Target users

   This program is intended to be used by everyone and everything, from
   naive users to embedded scripts.

Comments

   None