move the autotmation scripts into gaworkflow.automation
authorDiane Trout <diane@caltech.edu>
Tue, 15 Jan 2008 01:07:48 +0000 (01:07 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 15 Jan 2008 01:07:48 +0000 (01:07 +0000)
commit28e86f4b1c8fdfbaf6005f7a85f25e5c2bd7d172
treeab5a0d801a65587c6d3e2f033094add32849f88b
parent1eb7d5a0d942039debe6b4a3b3cc3b5ae7cb677a
move the autotmation scripts into gaworkflow.automation
the scripts that were providing the tools to automate running
the solexa pipeline were unfairly "priviledged" compared to the
components that wrapped talking to the pipeline commands and
providing the website, in that the other components were in
sub-packages while the automation was just in the gaworkflow
package.

So I moved them into the somewhat clearer "gaworkflow.automation".

The intent is that gaworkflow.automation contains modules
that make things happen without human intervention.
gaworkflow/automation/__init__.py [new file with mode: 0644]
gaworkflow/automation/copier.py [new file with mode: 0644]
gaworkflow/automation/runner.py [new file with mode: 0644]
gaworkflow/automation/spoolwatcher.py [new file with mode: 0644]
gaworkflow/copier.py [deleted file]
gaworkflow/runner.py [deleted file]
gaworkflow/spoolwatcher.py [deleted file]
scripts/copier
scripts/runner
scripts/spoolwatcher