Skip to content

Commit

Permalink
version0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Jan 31, 2024
1 parent c245a89 commit 2e3e933
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/AnoPrimer-docs/landing-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome to the [AnoPrimer](https://github.com/sanjaynagi/AnoPrimer/) documentation!

AnoPrimer is a python package for primer design in *Anopheles gambiae*, whilst considering genetic variation in wild whole-genome sequenced specimens in malariagen_data.
AnoPrimer is a python package for primer design in *An. gambiae* and *An. funestus*, whilst considering genetic variation in wild whole-genome sequenced specimens in malariagen_data.


```{tableofcontents}
Expand Down
Binary file modified docs/AnoPrimer-docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/AnoPrimer-docs/notebooks/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This notebook provides an overview of the API for the AnoPrimer python package,
.. autofunction:: AnoPrimer::AnoPrimer.designPrimers
```

## plot_primer_ag3_frequencies()
## plot_primer_snp_frequencies()

```{eval-rst}
.. autofunction:: AnoPrimer::AnoPrimer.plot_primer_ag3_frequencies
.. autofunction:: AnoPrimer::AnoPrimer.plot_primer_snp_frequencies
```

## plot_primer_locs()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "AnoPrimer"
version = "1.0.0"
version = "0.0.0"
description = "A package to design primers in Anopheles gambiae whilst considering genetic variation with malariagen_data"
readme = "README.md"
documentation = "https://sanjaynagi.github.io/anoprimer/latest/"
Expand Down

0 comments on commit 2e3e933

Please sign in to comment.