tyjo / coptr

Accurate and robust inference of microbial growth dynamics from metagenomic sequencing
GNU General Public License v3.0
16 stars 5 forks source link

Refactor subprocess #7

Closed Midnighter closed 3 years ago

Midnighter commented 3 years ago

Avoid the rm subprocess calls. Convert many file operations to use pathlib.Path objects.