-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First pass of updating Mkdocs website.
- Loading branch information
Showing
14 changed files
with
119 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +0,0 @@ | ||
.bs-sidenav { | ||
font-size: 16px; | ||
} | ||
|
||
.navbar { | ||
font-size: 16px; | ||
} | ||
|
||
.navbar-default { | ||
background-color: #343838; | ||
} | ||
|
||
.navbar .dropdown-menu>li>a, .navbar .dropdown-menu>li>a:focus { | ||
font-size: 14px; | ||
} | ||
|
||
table { | ||
font-size: 13px; | ||
} | ||
|
||
body { | ||
font-size: 14px; | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
# Neptune # | ||
# Neptune | ||
|
||
A genomic signature is a genomic locus that is sufficiently represented in an inclusion group, and sufficiently absent from a background, or exclusion group. A signature might correlate genomic features with phenotypic traits, such as the presence of a gene with increased organism pathogenicity. | ||
|
||
Neptune locates genomic signatures using an exact *k*-mer matching strategy while accommodating *k*-mer mismatches. The software identifies sequences that are sufficiently represented within inclusion targets and sufficiently absent from exclusion targets. The signature discovery process is accomplished using probabilistic models instead of heuristic strategies. Neptune may be leveraged to reveal discriminatory signature sequences to uniquely delineate one group of organisms, such as isolates associated with a disease cluster or event, from unrelated sporadic or environmental microbes. | ||
|
||
## Release ## | ||
|
||
## Neptune 2.0.0 ## | ||
## Neptune v2.0.0 | ||
|
||
2024-10-21 | ||
|
||
This release updates Neptune to Python3, removes DRMAA support, fixes a crash when no signatures are produced, and updates the installation process. | ||
|
||
## Resources ## | ||
## Resources | ||
|
||
* **Source**: [https://github.com/phac-nml/neptune](https://github.com/phac-nml/neptune) | ||
* **Installation**: [https://phac-nml.github.io/neptune/install/](https://phac-nml.github.io/neptune/install/) | ||
* **Walkthrough**: [https://phac-nml.github.io/neptune/walkthrough/](https://phac-nml.github.io/neptune/walkthrough/) | ||
|
||
## Contact ## | ||
## Contact | ||
|
||
* **Eric Marinier**: [email protected] | ||
* **Gary van Domselaar**: [email protected] |
Oops, something went wrong.