X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=extra%2Fucsc_encode_submission%2Ffind-lib-by-cell.sparql;fp=extra%2Fucsc_encode_submission%2Ffind-lib-by-cell.sparql;h=0000000000000000000000000000000000000000;hb=eb258802dc2983852ab063c91a8c77cbe8e222a6;hp=c4585c5bd4ce6cd7d038a85c64c993b2fee94934;hpb=8749d93aec498725bc4a3bc18fae0388e64844fc;p=htsworkflow.git diff --git a/extra/ucsc_encode_submission/find-lib-by-cell.sparql b/extra/ucsc_encode_submission/find-lib-by-cell.sparql deleted file mode 100644 index c4585c5..0000000 --- a/extra/ucsc_encode_submission/find-lib-by-cell.sparql +++ /dev/null @@ -1,17 +0,0 @@ -# Produce list of submissions associated with a cell/replicate -PREFIX xsd: -PREFIX rdfs: -PREFIX ucscSubmission: -PREFIX libraryOntology: - -SELECT distinct ?liburn ?cell ?replicate ?subid ?name ?submission_date -WHERE { - ?subid ucscSubmission:name ?name . - OPTIONAL { ?subid ucscSubmission:library_urn ?liburn ; - libraryOntology:date ?submission_date . - ?liburn libraryOntology:cell_line ?cell ; - libraryOntology:replicate ?replicate . } - #filter(?submission_date > "2011-04-01T00:00:00Z"^^xsd:dateTime) - #filter(!bound(?liburn)) -} -ORDER BY ?submission_date ?cell ?replicate ?liburn