Closed Hayfabm closed 9 months ago
Hello, @Hayfabm, which OS are you using? Did you pip install pepmatch
or trying running from the source code?
Hello @danielmarrama, I am currently testing my input peptide on Linux using source code from the cloned repository. Let me know if you need further details!
Ok, I see. So, there is a C extension called hamming.c
which builds when you pip install pepmatch
- so it's highly recommended you do that. Try that and see if you can get it working.
Thanks a lot, it works fine using the pip install pepmatch
, either for exact or mismatch examples.
Great!
Hi,
I tried to use the following script to get the mismatching output:
I got an issue when importing hamming says
ModuleNotFoundError: No module named 'pepmatch.hamming'
Is there anything to fix?Thanks a lot,