Watch for a list of files to indicate that the flowcell is done.
authorDiane Trout <diane@caltech.edu>
Wed, 25 Nov 2009 21:13:54 +0000 (21:13 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 25 Nov 2009 21:13:54 +0000 (21:13 +0000)
commit847347a67a70814a04150fa45f22b2a6f108cb3d
tree7e1ceb3afe2812e1cbae7a828bbaa747f5970d99
parent416474140a99892ac6e9857bcb3459d73f9b3d0e
Watch for a list of files to indicate that the flowcell is done.
I change completion_file to completion_files and used shlex.split
to split the options in the ini file into multiple elements.

Thus if you want a name with a space in it you'll need to use a
backslash before the space
htsworkflow/automation/spoolwatcher.py