Fix issues introduced when switching to the django templating system for fastq genera...
[htsworkflow.git] / htsworkflow / templates / srf.condor
index 21d523258e2028dbccad2785ad7a51e8b66dd5e9..1c8e8547e02d7137a2898045648d1dc354e55d26 100644 (file)
@@ -6,6 +6,6 @@ log={{ logdir }}/fastq.log
 {% if env %}environment={{ env }}{% endif %}
 
 {% for arg in args %}
-arguments="{{ arg.pyscript }}  {{ arg.sources.0 }} --verbose {% if arg.flowcell %}-f {{ arg.flowcell }}{% endif %} {% if arg.ispaired %}--left {{ arg.target }} --right {{ arg.target_right }}{% else %}--single {{ arg.target }}{% endif %}"
+arguments="{{ arg.pyscript }}  {{ arg.sources.0 }} --verbose {% if arg.flowcell %}--flowcell {{ arg.flowcell }}{% endif %} {% if arg.ispaired %}--left {{ arg.target }} --right {{ arg.target_right }}{% else %}--single {{ arg.target }}{% endif %}"
 queue
 {% endfor %}