Skip to content

Fix broken DOI link and docstring typos#874

Merged
jonbrenas merged 4 commits intomalariagen:masterfrom
Vedag812:fix/docs-typos-and-doi-link
Mar 6, 2026
Merged

Fix broken DOI link and docstring typos#874
jonbrenas merged 4 commits intomalariagen:masterfrom
Vedag812:fix/docs-typos-and-doi-link

Conversation

@Vedag812
Copy link
Contributor

Fixes #857

While looking through the codebase I noticed the DOI citation link in the README was missing its https:// prefix, which means it renders as a relative link instead of a clickable URL. Fixed that.

I also spotted a handful of typos in the snp_allele_frequencies and �a_allele_frequencies docstrings in snp_frq.py while I was in there:

  • README.md: DOI link now uses the full https://doi.org/... URL
  • snp_frq.py: 'varaint' 'variant' (2 places)
  • snp_frq.py: 'accross' 'across' (2 places)
  • snp_frq.py: 'amino acide' 'amino acid'
  • snp_frq.py: 'allel,' 'allele,'

Documentation-only changes, no behavior change.

Vedag812 and others added 3 commits February 20, 2026 16:10
- README.md: add missing https:// prefix to DOI citation link (malariagen#857)
- snp_frq.py: fix 'varaint' -> 'variant' (2 occurrences)
- snp_frq.py: fix 'accross' -> 'across' (2 occurrences)
- snp_frq.py: fix 'amino acide' -> 'amino acid'
- snp_frq.py: fix 'allel,' -> 'allele,'
Copilot AI review requested due to automatic review settings March 6, 2026 00:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

@tristanpwdennis tristanpwdennis self-requested a review March 6, 2026 00:54
Copy link
Collaborator

@tristanpwdennis tristanpwdennis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, will merge soon unless anyone objects

@Vedag812
Copy link
Contributor Author

Vedag812 commented Mar 6, 2026

Looks good to me, will merge soon unless anyone objects

@tristanpwdennis Thank you Sir!!

@jonbrenas jonbrenas merged commit 587c82b into malariagen:master Mar 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix broken DOI citation link in README.md

4 participants