report if a flowcell was single or paired ended as a file property
[htsworkflow.git] / htsworkflow / templates / aws_metadata.sparql
index dc2ae329c227ff0f82dfb8062c1f2f213fe7c066..0468a231ac5091f1f4868ddf419de4430f57bbe0 100644 (file)
@@ -27,7 +27,8 @@ WHERE {
         a ?fileClass .
 
   ?flowcell_url htswlib:sequenced_by ?machine ;
-            htswlib:flowcell_id ?flowcell .
+            htswlib:flowcell_id ?flowcell ;
+            htswlib:flowcell_type ?run_type .
   ?library htswlib:multiplex_index ?barcode .
 
   ?machine htswlib:sequencer_model ?platform .