--- a
+++ b/inst/queries/probemapList.xq
@@ -0,0 +1,5 @@
+;probemapList
+(fn []
+  (query {:select [:name :text]
+          :from [:dataset]
+          :where [:= :type "probeMap"]}))