hallamlab / samsum

A light-weight python package for summarizing sequence coverage from SAM and BAM files
GNU General Public License v3.0
5 stars 3 forks source link

flag -p needs to be int, not float #7

Open RyloByte opened 4 years ago

RyloByte commented 4 years ago

You get a numeric type error if you pass the -p with a float, e.g., 0.5. But the documentation suggests that this is what should be done. So the code or the document need to be modified so that they agree. Currently the -p flag requires an int, e.g., 50 instead of 0.5 for 50%