Try to make Aligned result directories optional in hiseq runs.
authorDiane Trout <diane@caltech.edu>
Tue, 8 Jan 2013 01:46:40 +0000 (17:46 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 8 Jan 2013 01:46:40 +0000 (17:46 -0800)
commit3ecb135bc504bc9323951cec6c99f1c256b067b1
tree9d95f42f130c31fcffc85de9d1b2d464e8e8274a
parentfc01f25642637d8d89eda93d2b1ffba5d2001188
Try to make Aligned result directories optional in hiseq runs.

The previous implementation tried to match Aligned & Unaligned
directories by parsing the Aligned directories config file for
its the unaligned raw sequence directory.

Needless to say that didn't work if there wasn't an Aligned
directory.

This version tries to match them by comparing the suffix in
Aligned<Suffix> and Unaligned<Suffix>. Then the runfolder generation
code will still generate a runfolder if there's no aligned directory.
htsworkflow/pipelines/runfolder.py
htsworkflow/pipelines/test/test_runfolder_utils.py [new file with mode: 0644]