nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

[BUG] study cannot be deleted #121

Closed Brilator closed 2 years ago

Brilator commented 2 years ago

Describe the bug

ERROR: Couldn't delete study file:
  System.IO.DirectoryNotFoundException: Could not find a part of the path ... 

To Reproduce

within arc root:

arc s add -s some_study
arc s remove -s some_study
Brilator commented 2 years ago

Not sure if fixed in between

Brilator commented 2 years ago

Still exists in v3.1. Unregister works though.

And for assays it's kind of the other way round: If you add an assay and specify the study (which did not exist before),

arc a add -s ThisIsMyStudy -a ThisIsMyAssay

you cannot remove the assay alone (without specifying the study).

arc a remove -a ThisIsMyAssay

It deletes but does not unregister the assay.

Not sure if intended or occurred during re-organisation of studies.

omaus commented 2 years ago

Still exists in v3.1.

Was a bit bigger and also lead to change some functionality. It will be done by the end of today.