Versions Compared

Key

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

...

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.4) Parameters

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

1.1.5) 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.6) Delete

Will remove the hash from the list and the database.

1.2) Batch Control

Over on Run Tables tab, the Batch control tab is where this hash may be applied to experiment runs. In the drop-down menu of the Action column, any hash defined in Batch defs may be selected. There are plans to add more options such as the ability to apply a hash to every run or to automatically apply a hash to a run in real-time.

...