sdrf-pipelines
sdrf-pipelines copied to clipboard
[MAINT] Favor pathlib over path string manipulation
It would be better to not manually work with path strings but use the modern pathlib
instead.
https://github.com/bigbio/sdrf-pipelines/blob/837af51f360e81d5b9b6b10a21698fc4c7a3c582/sdrf_pipelines/parse_sdrf.py#L124