CGATOxford / UMI-tools

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

doc: fix docs for dedup stats filenames #604

Closed msto closed 1 year ago

msto commented 1 year ago

Hi,

I noticed that the documentation and files produced with dedup --output-stats were inconsistent.

https://github.com/CGATOxford/UMI-tools/blob/14661b496090d72ac40df82c27a27c0bded8cd96/umi_tools/dedup.py#L450

https://github.com/CGATOxford/UMI-tools/blob/14661b496090d72ac40df82c27a27c0bded8cd96/umi_tools/dedup.py#L391

https://github.com/CGATOxford/UMI-tools/blob/14661b496090d72ac40df82c27a27c0bded8cd96/umi_tools/dedup.py#L414

I've updated the docs to reflect the names used in the code. Please let me know if you need anything else to merge!

IanSudbery commented 1 year ago

Thanks for spotting this!