Changes between Version 1 and Version 2 of TreeThreader
- Timestamp:
- Apr 13, 2012, 4:39:39 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TreeThreader
v1 v2 12 12 '''tt_boinc submit sequence_file authenticator''' 13 13 14 sequence_file :: a sequence file. 15 authenticator :: the authenticator of the user's account on the project.14 sequence_file: a sequence file, which will be run against 15 a large group of template files. 16 16 17 The script's output is either an error message ore 17 authenticator: the authenticator of the user's account on the project. 18 19 The script's output is either an error message or 18 20 {{{ 19 21 Batch ID: N … … 22 24 23 25 '''tt_boinc get_output batch_id authenticator''' 24 26 27 batch_id: a batch ID, returned by a previous submit. 28 29 authenticator: as above 30 31 Output: an error message or 32 33 {{{ 34 URL: xxxx 35 }}} 36 where xxxx is the URL from which the jobs' output files can be downloaded. 37 38 == Preparing the project == 39 40 The 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 46 Scientist wanting to submit jobs must create an account on the project, 47 and must have their account enabled for job submission by project admins. 48 They must also get their authenticators from the admins.