Report version number derived from git tag.
authorDiane Trout <diane@caltech.edu>
Fri, 22 Oct 2010 23:40:13 +0000 (16:40 -0700)
committerDiane Trout <diane@caltech.edu>
Fri, 22 Oct 2010 23:40:13 +0000 (16:40 -0700)
commit5d586b4a5d4af6bf52929409c96c491e24e86ad5
tree3848eb1663457b32ce43b3aaa35f41afb6308ad2
parent86a66805c52c4bafb5d878d2b22604b9b9309cc8
Report version number derived from git tag.
This patch includes the necessary infrastructure to support that
feature and its been added to qseq2fastq and srf2fastq.

Additionally to improve testability of qseq2fastq and srf2fastq, the
original standalone module was moved into htsworkflow.pipelines and a
small stub module was placed in scripts.
12 files changed:
.gitignore
MANIFEST.in [new file with mode: 0644]
extra/ucsc_encode_submission/ucsc_gather.py
htsworkflow/pipelines/qseq2fastq.py [new file with mode: 0755]
htsworkflow/pipelines/srf2fastq.py [new file with mode: 0755]
htsworkflow/version.py [new file with mode: 0644]
scripts/qseq2fastq
scripts/srf2fastq [new file with mode: 0755]
scripts/srf2named_fastq.py [deleted file]
setup.py
test/test_srf2fastq.py
version.py [new file with mode: 0644]