From db56857ce7f9eb6ac85c2836bd9ba15cfeaa8b2d Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 1 Mar 2021 07:53:27 +0100 Subject: [PATCH] Added bionim (#1824) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index b916fd0..1c9ac38 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "bionim", + "url": "https://github.com/Unaimend/bionim", + "method": "git", + "tags": [ + "bioinformatics", + "needleman", + "wunsch", + "needleman-wunsch", + "biology" + ], + "description": "This package tries to provide a lot of the most useful data structures and alogrithms need in the different subfield of bio informatics", + "license": "UNLICENSE" + }, { "name": "jhash", "url": "https://github.com/mjfh/nim-jhash.git",