mark the example submission rule files as being raw, so the escapes dont get confused
[htsworkflow.git] / encode_submission / find-lib-by-cell.sparql
index eac66c14e8347630dd0050e16e4c6fbe6450f47d..7e34335fd26b8f5f15280377b4eafd735474bf18 100644 (file)
@@ -11,10 +11,10 @@ WHERE {
            libraryOntology:date ?submission_date.
     ?liburn libraryOntology:cell_line ?cell ;
             libraryOntology:replicate ?replicate ;
-            libraryOntology:species ?species .
+            libraryOntology:species_name ?species .
     OPTIONAL { ?liburn libraryOntology:treatement ?treatment . }
     FILTER(regex(?species, "Homo sapiens", "i"))
     #filter(?submission_date > "2011-04-01T00:00:00Z"^^xsd:dateTime)
     #filter(!bound(?liburn))
 }
-ORDER BY  ?liburn ?submission_date
\ No newline at end of file
+ORDER BY ?cell ?replicate ?liburn ?submission_date