File: jembossctl.txt

package info (click to toggle)
emboss 6.6.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 571,536 kB
  • ctags: 40,250
  • sloc: ansic: 460,579; java: 29,439; perl: 13,573; sh: 12,754; makefile: 3,283; csh: 706; asm: 351; xml: 239; pascal: 237; modula3: 8
file content (103 lines) | stat: -rw-r--r-- 2,209 bytes parent folder | download | duplicates (10)
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

                             EMBOSS: jembossctl
     _________________________________________________________________
   
                              Program jembossctl
                                       
Function

   Jemboss Authentication Control
   
Description

   jembossctl 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.
   
   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.
   
Usage

   It is not used by normal users. It is only ever run by other programs.
   
Command line arguments

   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
   

   Mandatory qualifiers Allowed values Default
   [-sock]
   (Parameter 1) Pipe file Any string is accepted /tmp/emboss
   Optional qualifiers Allowed values Default
   (none)
   Advanced qualifiers Allowed values Default
   (none)
   
Input file format

   Not applicable.
   
Output file format

   Not applicable.
   
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
   embossdata Finds or fetches the data files read in by the EMBOSS
   programs
   embossversion Writes the current EMBOSS version number
   
Author(s)

   This application was written by Alan Bleasby (ableasby@hgmp.mrc.ac.uk)
   
History

   Written (March 2002) - Alan Bleasby.
   
Target users

   Administrators of Jemboss servers only.
   
Comments