Use ACD "sections" in W2H's application page.
-ossingle for output sequences allowed.
Known bugs:
New Features:
Feature Updates:
Bug Fixes:
Miscellaneous:
New Features:
A slightly modified version of Michele Clamp's JalView (Java Alignment Viewer/Editor) is included. Modifications:
$TELNET_MODE = 'java'; # Possible values: 'java', 'external'
# (default: external)
Interactive applications like GelEnter, if started via JavaTelnet from the Application Window, are now connected to W2H's GCG session.
$ENV{'W2H_BIN_ROOT'} = $Cfg'BIN_ROOT;
$ENV{'W2H_YA_ROOT'} = $Cfg'YA_ROOT;
$ENV{'W2H_DOC_ROOT'} = $Cfg'DOC_ROOT;
$ENV{'W2H_POSTPROCESS_PATH'} = $Cfg'POSTPROCESS_PATH;
$ENV{'W2H_FILE_EXTENSION'} = &u'file_ext ($fname);
Feature Updates:
$QUEUES_DEFINITION_TABLE = "$YA_ROOT/application.queues";
with example entries in application.queues:
..
BLASTN QUEUEDEFAULT none
BLASTN2 QUEUEDEFAULT none QUEUES short,medium
BLASTP QUEUEDEFAULT short
QUEUES and QUEUEDEFAULT in .config files of the individual applications are still understood if they exists. Order: first check .config file, then $Cfg'QUEUES_DEFINITION_TABLE and then for the string in $Cfg'QUEUES.
Within the distribution: util.extract_queues_from_configs that creates an application.queues file, from the current settings in the application's .config files, allowing W2H-admins to switch to the new scheme with minor effort.
Bug Fixes: