-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace withinBoundary with sketchlib function
Closes #78
- Loading branch information
Showing
9 changed files
with
25 additions
and
83 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
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 |
---|---|---|
|
@@ -39,20 +39,6 @@ conda config --add channels bioconda | |
conda config --add channels conda-forge | ||
``` | ||
|
||
### Through pip | ||
If you do not have conda you can also install through pip: | ||
``` | ||
python3 -m pip install poppunk | ||
``` | ||
You will need to be using Python 3.8 or higher. | ||
|
||
Using both of these methods command `poppunk` will then be directly executable. | ||
Alternatively clone this repository: | ||
``` | ||
git clone [email protected]:johnlees/PopPUNK.git | ||
``` | ||
Then run with `python poppunk-runner.py`. | ||
|
||
## Quick usage | ||
|
||
See the [quickstart](https://poppunk.readthedocs.io/en/latest/quickstart.html) guide | ||
|
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 |
---|---|---|
|
@@ -43,7 +43,6 @@ | |
"scipy", | ||
"sklearn", | ||
"matplotlib", | ||
"numba", | ||
"dendropy", | ||
"pp-sketchlib", | ||
"h5py"] | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,6 @@ dependencies: | |
- pandas | ||
- scikit-learn | ||
- dendropy | ||
- numba | ||
- matplotlib | ||
- networkx | ||
- mash | ||
|
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