scholl-lab / plasmicheck

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

Refactor: Move Magic Numbers to config.json #60

Closed berntpopp closed 2 months ago

berntpopp commented 2 months ago

Description: Refactor the code to move all "magic numbers" (hardcoded values) into the config.json file. This will make the code more maintainable and configurable.

Tasks: