mobidic / SEAL

SEAL db - Simple, Efficient And Lite database for NGS
GNU General Public License v3.0
8 stars 1 forks source link

Improve path mangement #8

Closed Char-Al closed 2 years ago

Char-Al commented 2 years ago

Since python 3 it is recommended to use pathlib rather than os.

So It will be a good idea to migrate the code with pathlib.

Sources :