Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Under the Workflow dropdown, select Definitions. The Workflow Definitions tab is the location where scripts are defined; scripts are registered with a unique name. Any number of scripts can be registered. To register a new script, please click on the + button on the top right hand corner. 

1.1.1)

...

The Id is a unique identifier of each hash. This is used is used in the backend of the software to keep track of each hashtag/executable pair.

...

Name/Hash

The A unique name given to the executable to be run. As shown below, each hash can be selected under the Action column to apply the script that the hash represents to that runa registered script; the same script can be registered under different names with different parameters.

1.1.

...

2) Executable

The absolute path to the batch script. An example can be seen here. This script must contain the batch job submission command (bsub) since it gives the user the ability to customize the the batch submission. Overall, it can act as a wrapper for the code that will do the analysis on the data along with submitting the job.

1.1.

...

3) Parameters

The parameters that will be passed to the executable. They must be space-separated.

1.1.

...

4) Autorun

Used for experiments that are currently running. If checked, every new run that is finished (i.e. every run that finishes after the box is checked) will has that hash executed on it by the user that checks the box. If hovered over, the checkbox will show who has checked the box.

1.1.

...

5) Delete

Will remove the hash from the list and the database.

...