Move code out of ucsc_gather and into the htsworkflow tree.
authorDiane Trout <diane@caltech.edu>
Mon, 2 Apr 2012 21:55:21 +0000 (14:55 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 11 Apr 2012 22:21:30 +0000 (15:21 -0700)
commiteb80eda01e2673bfae53369e813af5105930d3e6
treeb1ea99a27071e5cf5d12faaf9ec1cb2e2c9dda4f
parentbb0dde98c73aacbf297fe8547f165b36b266996f
Move code out of ucsc_gather and into the htsworkflow tree.

I thought it'd be better to refactor ucsc_gather into more
target chunks so I could test the components better and
start sharing code with the SOFT / GEO submission tool I need
to write
encode_submission/ucsc_gather.py
htsworkflow/submission/condorfastq.py
htsworkflow/submission/daf.py
htsworkflow/submission/results.py [new file with mode: 0644]
htsworkflow/submission/test/__init__.py [new file with mode: 0644]
htsworkflow/submission/test/test_condorfastq.py
htsworkflow/submission/test/test_daf.py
htsworkflow/submission/test/test_results.py [new file with mode: 0644]