ShawHahnLab / umbra

Python package and executable for Linux for managing Illumina sequencing runs
GNU Affero General Public License v3.0
3 stars 0 forks source link

Old runs skipped should only be logged once #81

Closed ressy closed 4 years ago

ressy commented 4 years ago

After old runs are skipped once and logged they can only get older, so we get endless log messages about them. These should get tracked so they're only logged once. If we only track and inhibit the message itself the processor will still be able to process a given run later on if conditions somehow change.

See processor.IlluminaProcessor._run_setup.