galaxyproject / gxadmin

Handy command line utility for Galaxy administrators :rocket:
https://galaxyproject.github.io/gxadmin/#/
GNU General Public License v3.0
23 stars 27 forks source link

Report needs to support ##? #133

Open bgruening opened 1 year ago

bgruening commented 1 year ago
galaxy@sn06:~$ gxadmin report data-info 110124855
ERROR:  syntax error at or near "OR"
LINE 18: AND (d.id= OR hda.id=)) to STDOUT with CSV DELIMITER E'\t'
bgruening commented 10 months ago

It seems the ##? is not passing the arg_ through. Those or not defined and empty in the function.

hexylena commented 10 months ago

##? isn't currently supported for report_ type functions, I'll look into adding that.

bgruening commented 10 months ago

Oh, I'm eager to see that PR. I looked at the magic and suspected this, but couldn't find how to import or activate that magic.