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 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517
|
<!--START OF HEADER - DON'T ALTER -->
<HTML>
<HEAD>
<TITLE>
EMBOSS: jembossctl
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" text="#000000">
<table align=center bgcolor="#000070" border=0 cellspacing=0 cellpadding=10>
<tr>
<td>
<a href="index.html" onmouseover="self.status='Go to the EMBOSS home page';return true">
<img border=0 src="emboss_icon.gif" alt="" width=55 height=55>
</a>
</td>
<td align=middle valign=middle>
<font face="Arial,Helvetica" size=6 color="#ffffff">
<H2>
EMBOSS: jembossctl
</H2>
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p><hr><p>
<!--END OF HEADER-->
<H1>
Program jembossctl
</H1>
<H2>
Function
</H2>
Jemboss Authentication Control
<!--
DON'T WRITE ANYTHING HERE.
IT IS DONE FOR YOU.
-->
<H2>
Description
</H2>
<!--
This is the main part of the document.
This is what the user looks at to find out if this program will do what he wants.
Long description.
Why it is useful.
When it should/shouldn't be used.
Algorithms
-->
<b>jembossctl</b> should not be run by typical users. It is a slave
program for the Jemboss server. If this means nothing to you, then you
do not need to know anything more, just ignore this program.
<p>
If you are setting up a Jemboss server (This is not the Jemboss
interface that anyone can download, it is the software that listens to
the Jemboss interfaces and runs the EMBOSS programs for you), then this
program should be 'chmod 4755' to get root. Details are to be found on
the Jemboss web pages.
<H2>
Usage
</H2>
<!--
Example usage, as run from the command-line.
Many examples illustrating different behaviours is good.
-->
It is not used by normal users. It is only ever run by other programs.
<H2>
Command line arguments
</H2>
<table CELLSPACING=0 CELLPADDING=3 BGCOLOR="#f5f5ff" ><tr><td>
<pre>
Mandatory qualifiers:
[-sock] string Pipe file
Optional qualifiers: (none)
Advanced qualifiers: (none)
General qualifiers:
-help bool report command line options. More
information on associated and general
qualifiers can be found with -help -verbose
</pre>
</td></tr></table>
<P>
<table border cellspacing=0 cellpadding=3 bgcolor="#f5f5ff">
<tr bgcolor="#FFFFD0">
<th align="left" colspan=2>Mandatory qualifiers</th>
<th align="left">Allowed values</th>
<th align="left">Default</th>
</tr>
<tr>
<td>[-sock]<br>(Parameter 1)</td>
<td>Pipe file</td>
<td>Any string is accepted</td>
<td>/tmp/emboss</td>
</tr>
<tr bgcolor="#FFFFD0">
<th align="left" colspan=2>Optional qualifiers</th>
<th align="left">Allowed values</th>
<th align="left">Default</th>
</tr>
<tr>
<td colspan=4>(none)</td>
</tr>
<tr bgcolor="#FFFFD0">
<th align="left" colspan=2>Advanced qualifiers</th>
<th align="left">Allowed values</th>
<th align="left">Default</th>
</tr>
<tr>
<td colspan=4>(none)</td>
</tr>
</table>
<!--
DON'T WRITE ANYTHING HERE.
IT IS DONE FOR YOU.
-->
<H2>
Input file format
</H2>
<!--
This includes example input file formats.
This should be a detailed description and example - assume
someone will want to parse this file and will want to know what
happens in unusual cases - null input, etc.
-->
Not applicable.
<H2>
Output file format
</H2>
<!--
This includes example output file formats.
This should be a detailed description and example - assume
someone will want to parse this file and will want to know what
happens in unusual cases - null output, errors etc.
-->
Not applicable.
<H2>
Data files
</H2>
<!--
Any data files used (e.g. translation table file)
This includes example data file formats if they are
not obvious.
If you wish to include the standard description of what data
files are and how to use embossdata to inspect and retrieve
them, use:
<p>
EMBOSS data files are distributed with the application and stored
in the standard EMBOSS data directory, which is defined
by the EMBOSS environment variable EMBOSS_DATA.
<p>
To see the available EMBOSS data files, run:
<p>
<pre>
% embossdata -showall
</pre>
<p>
To fetch one of the data files (for example 'Exxx.dat') into your
current directory for you to inspect or modify, run:
<pre>
% embossdata -fetch -file Exxx.dat
</pre>
<p>
Users can provide their own data files in their own directories.
Project specific files can be put in the current directory, or for
tidier directory listings in a subdirectory called
".embossdata". Files for all EMBOSS runs can be put in the user's home
directory, or again in a subdirectory called ".embossdata".
<p>
The directories are searched in the following order:
<ul>
<li> . (your current directory)
<li> .embossdata (under your current directory)
<li> ~/ (your home directory)
<li> ~/.embossdata
</ul>
<p>
-->
None.
<H2>
Notes
</H2>
<!--
Restrictions.
Interesting behaviour.
Useful things you can do with this program.
-->
None.
<H2>
References
</H2>
<!--
Bibliography for methods used.
-->
None.
<H2>
Warnings
</H2>
<!--
Potentially stupid things the program will let you do.
-->
None.
<H2>
Diagnostic Error Messages
</H2>
<!--
Error messages specific to this program, eg:
"FATAL xxx" - means you have not set up the xxx data using program <b>prog</b>.<p>
-->
None.
<H2>
Exit status
</H2>
<!--
Description of the exit status for various error conditions
-->
It always exits with status 0.
<H2>
Known bugs
</H2>
<!--
Bugs noted but not yet fixed.
-->
None.
<!--
<H2>
See also
</H2>
-->
<h2><a name="See also">See also</a></h2>
<table border cellpadding=4 bgcolor="#FFFFF0">
<tr><th>Program name</th><th>Description</th></tr>
<tr><td><a href="embossdata.html">embossdata</a></td><td>Finds or fetches the data files read in by the EMBOSS programs</td></tr>
<tr><td><a href="embossversion.html">embossversion</a></td><td>Writes the current EMBOSS version number</td></tr>
</table>
<!--
Add any comments about other associated programs (to prepare
data files?) that seealso doesn't find.
-->
<H2>
Author(s)
</H2>
<!--
Who has worked on the program in the past.
-->
This application was written by Alan Bleasby <a
href="mailto:ableasby@hgmp.mrc.ac.uk">(ableasby@hgmp.mrc.ac.uk)</a>
<H2>
History
</H2>
<!--
What changes have been made.
-->
Written (March 2002) - Alan Bleasby.
<H2>
Target users
</H2>
<!--
For general users, requested by one user, for EMBOSS site
maintainers, for EMBOSS developers etc.
eg:
"This program is intended to be used by everyone and everything,
from naive users to embedded scripts."
Which is easy to include using:
-->
Administrators of Jemboss servers only.
<H2>
Comments
</H2>
<!--
Any comments, requests etc. that people have about the program
-->
</TD></TR></TABLE>
</CENTER>
</BODY>
</HTML>
|