Apollo icon indicating copy to clipboard operation
Apollo copied to clipboard

deleting an organism fails in 2.4.1

Open vdejager opened this issue 4 years ago • 1 comments

I want to delete an organism from my 2.4.1 installation through the interface. In my web console I see a: uncaught exception: java.lang.IllegalArgumentException: empty argument

I've also tried to use the API to delete the organism, but the required POST returns a http code 200, but nothing is deleted.

I've checked in our 2.0.6 installation. It works there. Is there any other way to delete the organism?

vdejager avatar Nov 20 '19 13:11 vdejager

Are there annotations on that organism?

You have to remove them all before-hand via the web-services API.

Conversely, you can also duplicate and obsolete the genome as well, which would be the preferred method as there will be a record of your older genome and can still point to the same data directory.

Nathan

On Nov 20, 2019, at 5:05 AM, Vic [email protected] wrote:

I want to delete an organism from my 2.4.1 installation through the interface. In my web console I see a: uncaught exception: java.lang.IllegalArgumentException: empty argument

I've also tried to use the API to delete the organism, but the required POST returns a http code 200, but nothing is deleted.

I've checked in our 2.0.6 installation. It works there. Is there any other way to delete the organism?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GMOD/Apollo/issues/2324?email_source=notifications&email_token=AAFXNKSDJ3ULC7DYIJRHUYDQUUY2DA5CNFSM4JPSLXC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2W6EBQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFXNKUBUCM3UX4BUONWACDQUUY2DANCNFSM4JPSLXCQ.

nathandunn avatar Nov 20 '19 16:11 nathandunn