bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Remove repetition from landing_zone_move taskflow #1846

Closed mikkonie closed 6 days ago

mikkonie commented 10 months ago

The way validate_only is currently handled, there is a large chunk of repetition for BatchCalculateChecksumTask, BatchCheckFilesTask, BatchValidateChecksumsTask and associated zone status updating tasks.

This should be refactored in a way where these are only included in the flow once. This should be trivial, but to be on the safe side I'll assign this to the v1.0 milestone.

mikkonie commented 6 days ago

Done.