When collecting files for a geo submission, group on library id
[htsworkflow.git] / htsworkflow / templates / geo_fastqs.sparql
index 428cef7933fb196b1b69760125ecead4b511fdcb..8f19c994bcf6b1ad93eb662ad9cfc53a7c5cda55 100644 (file)
@@ -5,7 +5,7 @@ PREFIX ncbiTaxon: <http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=>
 PREFIX geoSoft: <http://www.ncbi.nlm.nih.gov/geo/info/soft2.html#>
 PREFIX dc: <http://purl.org/dc/elements/1.1/>
 
-select distinct ?lane ?filename, ?md5sum, ?file_type ?file_type_label ?flowcell_id ?read_length ?flowcell_type ?image_software ?image_version ?basecall_software ?basecall_version ?sequencer_model
+select distinct ?library ?filename, ?md5sum, ?file_type ?file_type_label ?flowcell_id ?read_length ?flowcell_type ?image_software ?image_version ?basecall_software ?basecall_version ?sequencer_model
 WHERE {
   <{{submission}}> ucscDaf:has_file ?file ;
                    submissionOntology:library ?library ;