Move some common runfolder path management code into its own module
authorDiane Trout <diane@caltech.edu>
Mon, 7 Mar 2011 23:33:19 +0000 (15:33 -0800)
committerDiane Trout <diane@caltech.edu>
Mon, 7 Mar 2011 23:33:19 +0000 (15:33 -0800)
commitf09a2d388d0c54c733e93605e427ad6707721df4
tree1111ca95092373af0abfbb63257b2123eed0df9a
parent62ce718f9be13dfb3a292a0e0c41a234cebe36a2
Move some common runfolder path management code into its own module
I discovered I had two different functions for checking if something
was a runfolder name. I put them in once place and linked the
two together.
Then I cleaned up the test code that was calling them.
htsworkflow/automation/copier.py
htsworkflow/automation/solexa.py [new file with mode: 0644]
htsworkflow/automation/spoolwatcher.py
htsworkflow/automation/test/test_runner.py
htsworkflow/automation/test/test_solexa_utils.py [new file with mode: 0644]
test/test_copier.py