mark the example submission rule files as being raw, so the escapes dont get confused
[htsworkflow.git] / htsworkflow / templates / lane_to_fastq.turtle
1 {% for key, files in args.items %}{% for f in files %}
2 <file://{{ f }}> libraryOntology:has_lane <{{host}}/lane/{{key}}> .
3 {% endfor %}{% endfor %}