CGATOxford / UMI-tools

Tools for handling Unique Molecular Identifiers in NGS data sets
MIT License
481 stars 190 forks source link

Fix test_umi_tools.py #542

Closed IanSudbery closed 2 years ago

IanSudbery commented 2 years ago

Changes to pyyaml mean that yaml.load() has been replaced with yaml.safe_load() and yaml.full_load(). Since we are only loading text from the testing configuration, I have replaced yaml.load() with yaml.safe_load