Re: [galaxy-dev] purge dataset at a different location

2016-11-14 Thread Dannon Baker
Hi Mark, I'm not sure this is something I'd encourage pursuing for most folks, but I understand that custom deployments may need special functionality. To implement this for your Galaxy instance, you'd want to look at the ObjectStore "delete" functions, here: https://github.com/galaxyproject/gala

[galaxy-dev] purge dataset at a different location

2016-11-03 Thread Mark Xiao
Dear Galaxy Developers, Because of specific use case, our transfer tool need to keep the datasets in a different location instead of the default location, so we'd like to purge datasets according to its "external_filename" (we found this column in the dataset table in the database). Is there a way