bfrgoncalves / INNUENDO_REST_API

Frontend application and REST API for the INNUENDO Platform
GNU General Public License v3.0
5 stars 5 forks source link

Lock Project Option #93

Closed bfrgoncalves closed 6 years ago

bfrgoncalves commented 6 years ago

Add option to lock the project, which means that from that point on no more strains or analyses would be done. This would remove files from the storage (without removing results from the databases), allowing users to perform more analyses without being stuck on the storage quota.

bfrgoncalves commented 6 years ago

This option is now available in the Projects page. Still need to implement de work directory deletion.

bfrgoncalves commented 6 years ago

This is now implemented. work directory will be deleted by locking the project to be able to release some storage space. Users will not be able to run more analysis on the project after locking it.