Add package bio_seq (#1830)

This commit is contained in:
Thomas Dost 2021-03-08 07:06:22 +01:00 committed by GitHub
parent 4c1f43195b
commit e81e3451c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,10 @@
"url": "https://github.com/YesDrX/gsl-nim.git",
"method": "git",
"tags": [
"gsl", "gnu", "numerical", "scientific"
"gsl",
"gnu",
"numerical",
"scientific"
],
"description": "gsl C Api wrapped for nim",
"license": "GPL3",
@ -21740,5 +21743,19 @@
"description": "Moss (Measure of Software Similarity) implementation in Nim.",
"license": "MIT",
"web": "https://github.com/D4D3VD4V3/moss_nim"
},
{
"name": "bio_seq",
"url": "https://github.com/kerrycobb/nim-dna-seq",
"method": "git",
"tags": [
"fasta",
"bioinformatics",
"dna",
"iupac"
],
"description": "A Nim library for biological sequence data.",
"license": "MIT",
"web": "https://github.com/kerrycobb/nim-dna-seq"
}
]