https://github.com/bgyori/phylox
A python package with tools for constructing, manipulating, and analyzing phylogenetic networks.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
A python package with tools for constructing, manipulating, and analyzing phylogenetic networks.
Basic Info
- Host: GitHub
- Owner: bgyori
- License: bsd-3-clause
- Default Branch: main
- Size: 232 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of RemieJanssen/PhyloX
Created over 2 years ago
· Last pushed about 2 years ago
https://github.com/bgyori/PhyloX/blob/main/
[](https://zenodo.org/doi/10.5281/zenodo.10122403) # PhyloX PhyloX is a python package with tools for constructing, manipulating, and analyzing phylogenetic networks. Installation as pypi package phylox is simple via pip or conda: ``` pip install phylox ``` You can load the package methods with `import phylox` in python. For more information, see the [documentation](https://phylox.readthedocs.io). ## Citing PhyloX For now, simply refer to the github page to cite PhyloX. Registering the software for a DOI is still on the to do list. ### Use of NetworkX The implementation of PhyloX is based on NetworkX (NetworkX is distributed with the [3-clause BSD license](https://networkx.org/documentation/stable/index.html#license)): > Aric A. Hagberg, Daniel A. Schult and Pieter J. Swart, Exploring network structure, dynamics, and function using NetworkX, in Proceedings of the 7th Python in Science Conference (SciPy2008), Gel Varoquaux, Travis Vaught, and Jarrod Millman (Eds), (Pasadena, CA USA), pp. 1115, Aug 2008 ### Citing specific functions When citing PhyloX, you are most likely also using specific methods, which can be traced back to their original papers. Please take care to cite the original papers as well. A reference to the original paper should be found in the documentation of the method, or of the module containing the method. ## Development For a development version, simply pull the project and in the home of the project do: ``` pip install -e . ``` This installs the phylox package from the source. When you change things in the source, the package gets updated as well. ### Release set new version number in master branch - CHANGELOG.md - pyproject.toml release current version ``` git checkout release git merge main git tag [version number] git push --atomic origin release [version number] ``` ### Linting precommit is yet to be configured, for now, simply run black and isort. ### Documentation Documentation is in the docs folder, and is created uses sphinx. to build the documentation, go to the docs folder and do: ``` make html ``` the docs will be in `docs/build/html`.
Owner
- Name: Benjamin M. Gyori
- Login: bgyori
- Kind: user
- Location: Boston, MA, USA
- Company: Harvard Medical School
- Website: https://scholar.harvard.edu/bgyori
- Twitter: benjamingyori
- Repositories: 19
- Profile: https://github.com/bgyori
Sysbio & AI researcher. Leading indralab.github.io. Working on knowledge assembly, human-machine collaboration, text mining, probabilistic modeling.