Clinical-Genomics / housekeeper

File data orchestrator
MIT License
2 stars 0 forks source link

Raise error when deleting archived file #185

Closed islean closed 11 months ago

islean commented 11 months ago

When deleting an archived file (i.e. via Miria/DDN), we should raise an error since we need to remove it via the API as well. Instead, such deletions should use the new cg archive delete-file command which deletes the file via the API and removed the HK DB entries.

islean commented 11 months ago

Solved in https://github.com/Clinical-Genomics/housekeeper/pull/186