Change to using django templates for generating condor fastq scripts
authorDiane Trout <diane@caltech.edu>
Thu, 29 Mar 2012 00:39:04 +0000 (17:39 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 29 Mar 2012 00:39:04 +0000 (17:39 -0700)
commit3698d4d80f43f34308e723218b7e1ead845f92f1
treeb0216f8c2a77447d44bf158d528d1dca9906f5ae
parentf04d386433cdaec13c2aef4b81c1925956d725d3
Change to using django templates for generating condor fastq scripts

Instead of manually constructing them as strings in python.
Hopefully it'll be a little clearer, also I was considering
using the templates when generating the SOFT format files.
htsworkflow/settings.py
htsworkflow/submission/condorfastq.py
htsworkflow/submission/test/test_condorfastq.py
htsworkflow/templates/__init__.py [new file with mode: 0644]
htsworkflow/templates/qseq.condor [new file with mode: 0644]
htsworkflow/templates/split_fastq.condor [new file with mode: 0644]
htsworkflow/templates/srf.condor [new file with mode: 0644]