name |
|
|
Name of the application.
|
printName |
|
|
Print name of the application.
|
package |
Package
|
|
groups |
ApplGroup
|
|
Application group(s) the application belongs to
|
category |
|
|
Category of the application.
|
supplier |
|
|
Supplier of the application.
|
version |
|
|
Version of the application required for this definition.
|
installation |
|
|
Installation of the application.
|
comment |
|
|
Comment is used in building application information page,
which is available through srs web interface.
|
title |
|
|
Short description of the program, which can be used
in a title line.
|
helpUrl |
|
|
URL of help page. |
iFile |
|
|
Name of the .i file. |
options |
AppOpt
|
|
List of command line options.
|
parameterSetList |
ApplParameterSet
|
|
List of pre-defined parameter sets for the current application.
|
validationRules |
ValidationRule
|
|
Validation rules for the application options.
|
resultDb |
Library
|
|
Result databank.
|
command |
|
|
Icarus script used to define the command line to call the
application program.
|
commandWrapper |
|
|
This is an optional argument and exists if there should be some
pre/post commands before or after the actual launch command.
If the application requires pre/post processing,
place the related lines before/after '$opt.command' line.
When there is an explicit language described by the first line
then the language is used to execute the wrapper,
otherwise csh is used by default.
|
resultUrl |
|
|
Icarus script to generate the URL of the result page.
The result of the last expression will be used as resultURL.
This could be useful to make the result file available when
we do not have a parser for an application.
example:
wgetz?-id+$ParStr:userId+-page+jobDebug+-jobName+blastp/$appl.outFile
In this example the result file is in an
application specific directory.
|
resultQuery |
|
|
Icarus script to generate the query to retrieve result entry(s).
The result of the last expression will be used as resultQuery.
|
launchFromTopPage |
|
|
y n |
|
If y then allow the application to be launched from the top page.
|
launchFromResultPages |
y |
|
y n |
|
If n then only allow the application to be launched from the
applications page.
|
parallelJobs |
n |
|
y n |
|
If yes then each input sequence is submitted as separate jobs.
|
restrictTo |
User
|
|
Restrict access to the users listed.
|
estimatedRunTime |
|
|
Estimated run time for the application, in seconds.
|
specPattern |
|
|
specific pattern may occur in the output file.
|
minFileSize |
|
|
Minimum file size for a valid result.
|
minLines |
|
|
Minimum number of lines in the output file for a valid result.
|
dependencies |
Dependency
|
|
Parameter dependencies for the application.
|
removeOnExit |
no |
|
y n yes no |
|
Delete application scripts after an application job is completed.
This might be useful for having less files in session directories.
|