How to get help
First, be sure that you:
- Read the documentation (this site)
- Google search for the error output and/or keywords related to your problem.
Here you can search results from the mailing list, where others may
have discussed solutions to the same issue.
Asking a question
- Include your:
- OS version (Mac OS X or Linux):
uname -mrs
- Python version:
python --version
- and khmer version:
pip freeze | grep khmer
- Precisely describe what you are trying to do. Reread it from the
perspective of someone else trying to reproduce your task.
- Copy-and-paste the exact command that is causing the problem. Include the
steps you performed leading up to the issue.
- Include the complete error message; if it is large, include a link to a
file.