dib-lab / kProcessor

kProcessor: kmers processing framework.
https://kprocessor.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

input kmer quality check #33

Open drtamermansour opened 4 years ago

drtamermansour commented 4 years ago

The insert function has to check its input. If integer, it should be <= 2^p (where p is the no of hashbits. If string, it has to match the p/2 characters @mr-eyes

drtamermansour commented 4 years ago

Only kDataframeMQF has to check for the integer value limit

drtamermansour commented 4 years ago

Add warnings in the function documentation. Also add examples for abnormal behaviours in the FAQ