From 8b53c4968ac9d60c962c56f4f196337f83e73c07 Mon Sep 17 00:00:00 2001 From: "Kerry A. Cobb" Date: Fri, 25 Dec 2020 05:54:36 -0600 Subject: [PATCH] Added package phylogeni (#1763) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 797eb0a..e00f9f2 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,20 @@ [ + { + "name": "PhylogeNi", + "url": "https://github.com/kerrycobb/PhylogeNi", + "method": "git", + "tags": [ + "phylogenetics", + "phylogeny", + "tree", + "bioinformatics", + "evolution" + ], + "description": "A library with some basic functions for working with phylogenetic trees.", + "license": "MIT", + "web": "https://github.com/kerrycobb/PhylogeNi/", + "doc": "https://kerrycobb.github.io/PhylogeNi/" + }, { "name": "geminim", "url": "https://github.com/IDF31/geminim",