We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contig.add_dfe
In the docs https://popsim-consortium.github.io/stdpopsim-docs/stable/api.html#stdpopsim.Contig.add_dfe I think we should make it extra clear what sort of interval is expected; e.g. 0-based coordinate system and inclusive endpoint (I think that's the case based on the current text but am not entirely sure?)
The text was updated successfully, but these errors were encountered:
It's zero-based and left-closed-right-open:
# stdpopsim intervals are 0-based left inclusive, right exclusive, but # SLiM intervals are right inclusive
Sorry, something went wrong.
clarify add_dfe docs (closes popsim-consortium#1580)
ce075b0
8aaeecd
nspope
No branches or pull requests
In the docs https://popsim-consortium.github.io/stdpopsim-docs/stable/api.html#stdpopsim.Contig.add_dfe I think we should make it extra clear what sort of interval is expected; e.g. 0-based coordinate system and inclusive endpoint (I think that's the case based on the current text but am not entirely sure?)
The text was updated successfully, but these errors were encountered: