Add a FastqName class to create and parse standardized fastq names.
authorDiane Trout <diane@caltech.edu>
Sat, 8 Dec 2012 01:40:39 +0000 (17:40 -0800)
committerDiane Trout <diane@caltech.edu>
Sat, 8 Dec 2012 01:40:39 +0000 (17:40 -0800)
commit8155bc04a7f91890b99593a6a1c2a5025b5e4cc6
tree087c3a94089633bae487e620b953f3e35c0225cb
parentc8f189c6af368cac10703056f114fbbffe3148df
Add a FastqName class to create and parse standardized fastq names.

I had a pretty standard naming convention for the fastq file names,
instead of duplicating the code for creating & parsing them,
I thought I should try to localize the code.

So I just added htsworkflow.submission.fastqname
htsworkflow/submission/condorfastq.py
htsworkflow/submission/fastqname.py [new file with mode: 0644]
htsworkflow/submission/test/test_fastqname.py [new file with mode: 0644]