Import flowcell details into the triple store from a lane
[htsworkflow.git] / htsworkflow / templates / aws_flowcell.sparql
1 PREFIX htswlib: <http://jumpgate.caltech.edu/wiki/LibraryOntology#>
2
3 select distinct ?flowcell
4 WHERE {
5   ?lane htswlib:flowcell ?flowcell ;
6         a htswlib:IlluminaLane .
7 }