X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ftemplates%2Ftrackhub_samples.sparql;h=6259fce15d646aba5864e91d23f22823ce233cac;hp=95152747b43a5ed4109e8dd8fb020edb120bfc80;hb=ca137094e039c414d3d110f48f169a4afe51f2f1;hpb=bae7b6db07157684a99a583a13ce776f86bbb074 diff --git a/htsworkflow/templates/trackhub_samples.sparql b/htsworkflow/templates/trackhub_samples.sparql index 9515274..6259fce 100644 --- a/htsworkflow/templates/trackhub_samples.sparql +++ b/htsworkflow/templates/trackhub_samples.sparql @@ -4,14 +4,18 @@ PREFIX htswlib: PREFIX submissionOntology: PREFIX ucscDaf: PREFIX ncbiTaxon: +PREFIX trackdb: PREFIX geoSoft: PREFIX cells: PREFIX encode3: -select distinct ?lab_library_id ?library_id ?filename ?relative_path ?output_type ?file_type ?cell ?replicate ?assay ?rna_type ?protocol ?file_label +select distinct ?lab_library_id ?library_id ?filename ?relative_path ?output_type ?file_type ?cell ?replicate ?assay ?rna_type ?protocol ?file_label ?autoScale ?maxHeightPixels ?visibility WHERE { - ?trackType geoSoft:fileTypeLabel ?file_type ; + ?trackType trackdb:type ?file_type ; ucscDaf:output_type ?output_type . + OPTIONAL { ?trackType trackdb:autoScale ?autoScale . } + OPTIONAL { ?trackType trackdb:maxHeightPixels ?maxHeightPixels . } + OPTIONAL { ?trackType trackdb:visibility ?visibility . } ?file ucscDaf:filename ?filename ; ucscDaf:relative_path ?relative_path ; htswlib:library ?library ;