snystrom / memes

An R interface to the MEME Suite
https://snystrom.github.io/memes/
Other
43 stars 5 forks source link

Small typo in error message #103

Closed SorenHeidelbach closed 1 year ago

SorenHeidelbach commented 1 year ago

https://github.com/snystrom/memes/blob/457c24c2c9a1590d125351e91c62eb1b9e8bd25c/R/meme.R#L89

The parameter is "parse_genomic_coord", but the error message says "parse_genomic_coords", just a small thing, but caused a bit of confusion.

snystrom commented 1 year ago

Ah, nice catch, sorry for the confusion! I'll push a fix soon.

snystrom commented 1 year ago

This is fixed now, sorry for such a long delay. Thanks again for reporting, I wound up finding this typo in several places in the codebase & documentation, so this could've really been tripping folks up in multiple places.