Changes between Version 1 and Version 2 of TreeThreader


Ignore:
Timestamp:
Apr 13, 2012, 4:39:39 AM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TreeThreader

    v1 v2  
    1212'''tt_boinc submit sequence_file authenticator'''
    1313
    14  sequence_file :: a sequence file.
    15  authenticator :: the authenticator of the user's account on the project.
     14sequence_file: a sequence file, which will be run against
     15a large group of template files.
    1616
    17 The script's output is either an error message ore
     17authenticator: the authenticator of the user's account on the project.
     18
     19The script's output is either an error message or
    1820{{{
    1921Batch ID: N
     
    2224
    2325'''tt_boinc get_output batch_id authenticator'''
    24  
     26
     27batch_id: a batch ID, returned by a previous submit.
     28
     29authenticator: as above
     30
     31Output: an error message or
     32
     33{{{
     34URL: xxxx
     35}}}
     36where xxxx is the URL from which the jobs' output files can be downloaded.
     37
     38== Preparing the project ==
     39
     40The project must have
     41 * the treeThreader application installed
     42 * a collection of targz'd template files staged for download, and
     43 * a file '''tree_threader_template_files''' in its root directory,
     44   containing a list of these files.
     45
     46Scientist wanting to submit jobs must create an account on the project,
     47and must have their account enabled for job submission by project admins.
     48They must also get their authenticators from the admins.