scholl-lab / plasmicheck

Detect and quantify plasmid DNA contamination in sequencing data
MIT License
0 stars 0 forks source link

Refactor: logic like md5sum calculation or file name sanitizing into a utils.py #45

Closed berntpopp closed 3 months ago

berntpopp commented 3 months ago

Description:

Move common utility functions, such as md5sum calculation and file name sanitizing, into a separate utils.py module. This will improve code organization and reusability.

Tasks: