# HG changeset patch
# User recetox
# Date 1643387096 0
# Node ID 55ca5d902f62cfd03e9ba62123a175f17731507d
# Parent 0369de831b32e250b85ed0a2e6701633f3d29e7f
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/query commit 9bc547872c98a9c13c561d15e8990fe82bdc0e72"
diff -r 0369de831b32 -r 55ca5d902f62 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Fri Jan 28 16:24:56 2022 +0000
@@ -0,0 +1,32 @@
+
+ 0.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 0369de831b32 -r 55ca5d902f62 query.xml
--- a/query.xml Wed Dec 09 02:04:20 2020 +0000
+++ b/query.xml Fri Jan 28 16:24:56 2022 +0000
@@ -1,20 +1,8 @@
- 0.1
-
-
-
-
-
-
-
-
-
-
-
-
-
+ macros.xml
+ click
@@ -80,14 +68,16 @@
- Choose an unique name for the table which then you may use in the SQL Query. By default tables will be named as: t0, t1, ...
+ Choose an unique name for the table which then you may use in the SQL Query.
+ By default tables will be named as: t0, t1, ...
Type an arbitrary SQL SELECT to perform on the input tables. The input tables may be referred by their given names.
- An example query is SELECT employees.name AS employee, emails.value AS email FROM one JOIN b ON employees.id = emails.employee, provided that the input tables are named employees and emails.
+ An example query is SELECT employees.name AS employee, emails.value AS email FROM one JOIN b ON employees.id = emails.employee,
+ provided that the input tables are named employees and emails.