As with many other areas, the default behaviour of programs can be controlled by setting appropriate values in
.embossrc.
All general qualifiers3.16 can be specified as
set emboss_QUALIFIER 1
where
QUALIFIERis one of the general qualifiers and the value can be
1or
1for true, or
0or
Nfor false.
Setting the qualifier value to true has the effect of running every program with that qualifier set.3.17 Qualifiers can be set and will work in the same way as if you set them when running the program. For example you can
set emboss_verbose Yand the program will run normally, but when the program is run with the
-helpqualifier, the output will be in verbose form.
There is no point in globally setting options that are there for producing help output.
Qualifiers that can be set:
-helpto print verbose text.
STDOUTas default. Programs will usually build a default output file name form the input sequence and the program name.
STDINand send it to
STDOUT, and turn on
-auto
STDERR(default is true)
STDERR(default is true)
STDERR(default is true)
STDERR
These general qualifiers are typically used by advanced users (
-options,
-verbose) or by developers (
-debug -acdlog).
Other program options that can be set are
emboss_format,
emboss_acdroot, and
emboss_data. The value of
emboss_formatdetermines which default sequence format to use for output. for example, if you are running EMBOSS alongside GCG you may wish to have the following entry in your .embossrc
set emboss_FORMAT gcg set emboss_OUTFORMAT gcg
which has the effect of using GCG format by default.3.18
emboss_acdroot
/path/to/acdcan be set if you wish to use a different directory for the ACD files, and
emboss_data
/path/to/dataif you wish to use a separate data directory.