Attempt to be robust to not having an alignment in our RunXml file
[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 %}