Change to using django templates for generating condor fastq scripts
[htsworkflow.git] / htsworkflow / templates / __init__.py
diff --git a/htsworkflow/templates/__init__.py b/htsworkflow/templates/__init__.py
new file mode 100644 (file)
index 0000000..4ae7b90
--- /dev/null
@@ -0,0 +1,5 @@
+"""Directory for not web templates.
+"""
+# Since my dependency on Django is pretty strong I thought
+# maybe I should use the django templating language for 
+# generating my condor scripts.