| 1 | = Remote job submission for treeThreader = |
| 2 | |
| 3 | The file [/trac/browser/trunk/boinc/tools/tt_boinc tt_boinc] is a script |
| 4 | for remotely submitting batches of treeThreader jobs to a BOINC project |
| 5 | that has been set up to accept them. |
| 6 | |
| 7 | tt_boinc must be edited to supply the URL of the project |
| 8 | (the PROJECT constant defined on line 8). |
| 9 | |
| 10 | The script provides two commands: |
| 11 | |
| 12 | '''tt_boinc submit sequence_file authenticator''' |
| 13 | |
| 14 | sequence_file :: a sequence file. |
| 15 | authenticator :: the authenticator of the user's account on the project. |
| 16 | |
| 17 | The script's output is either an error message ore |
| 18 | {{{ |
| 19 | Batch ID: N |
| 20 | }}} |
| 21 | where N identifies the batch of jobs. |
| 22 | |
| 23 | '''tt_boinc get_output batch_id authenticator''' |
| 24 | |