fileset deletion with python bindings
Posted: Fri Jun 08, 2018 5:44 am
Hi all,
I recently had a user accidentally upload a 100 FoV image three times into a an existing dataset. They couldn't delete a single image as it is part of a fileset. In they In principle they could have deleted the fileset themselves by multiply selecting the 100 images that make up the fileset, but this wasn't practical.
I found the id of the fileset through the python bindings, but I couldn't find a way to delete it, either in the documents or by inspecting the member methods of fileset and connection objects. I was able to delete it using the omero commandline line tool.
It is possible to delete a fileset through the python binding? It would be nice be able to do this through python as I find it much more convenient for interactively exploration.
Cheers,
Chris
I recently had a user accidentally upload a 100 FoV image three times into a an existing dataset. They couldn't delete a single image as it is part of a fileset. In they In principle they could have deleted the fileset themselves by multiply selecting the 100 images that make up the fileset, but this wasn't practical.
I found the id of the fileset through the python bindings, but I couldn't find a way to delete it, either in the documents or by inspecting the member methods of fileset and connection objects. I was able to delete it using the omero commandline line tool.
It is possible to delete a fileset through the python binding? It would be nice be able to do this through python as I find it much more convenient for interactively exploration.
Cheers,
Chris