Closed MaelLefeuvre closed 1 year ago
Thanks for the corfrection. I've updated README to match the tool documentation. Will also fix the code to give more friendly error messages in case of not proper file formats. Unfortunately I am not very familiar with git, so I don't know how to allow pull requests ('Ive just managed my first commit/push, luckily the phylosophy is not hard just get to familiarize with).
Hi, thanks for answering so swiftly!
Pull requests are usually allowed by default on github, but if you're more comfortable with patching the code yourself, I guess submitting one won't be useful. 😃
Thank's for updating the README, and feel free to close this issue whenever you wish to.
Cheers
Hello,
Just a quick issue regarding the documentation of the
filterRelates
module located in your main README, here:The usage line in this section indicates that the
.kinship.py
matrix must be provided as the first argument, i.e.Whereas on the contrary, the module's actual usage line mentions that the
.overlap
file must be specified first:Unless I'm mistaken, the latter example seems to be the correct usage of the module, and following the documentation will cause a runtime panic and output rather cryptic message for the user:
This panic is most probably caused by the software attempting to parse the binary numpy matrix with strArr2Float, thinking it is a tab-separated file.
My first suggestion would thus simply be to update your README.md file.
Secondly, since this documentation typo is also found within Additional file 8: Note S1. of your main article, implementing a simple sanity check within the module, and providing users with a comprehensive error message could also be a great addition for those following an outdated documentation of your program.
Don't know if you're accepting Pull Requests, but I'd be happy to submit one if you're open to contributions.
Hope this helps!
Cheers