Merge branch 'django1.4' of mus.cacr.caltech.edu:htsworkflow into django1.4
[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 %}