View source: R/group_jobs_bash.R
Creating a shell script that submits a whole collection of Jobs for job files that match a given pattern and well range
1 2 | group_jobs_bash(path_base, name, letter_row_interval, number_col_interval,
python_call = "python ~/Distributed-CellProfiler/run.py submitJob ")
|
path_base |
the path to the directory containing the job files |
letter_row_interval |
a vector of the form "c(1:3)" that will be translated to row letters |
number_col_interval |
a vector of the form "c(1:3)" that will be translated to col numbers |
python_call |
a python call that will be created |
pattern |
a string that has to be contained in the job files of interest |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.