From 9e9f6cb9f6e4c57e269406015a0aae099e376745 Mon Sep 17 00:00:00 2001 From: Andrea Telatin <15690844+telatin@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:49:51 +0100 Subject: [PATCH] Add `abif` (ABIF trace parser for bioinformatics) (#3030) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 6da3cd7..980f86e 100644 --- a/packages.json +++ b/packages.json @@ -18030,6 +18030,21 @@ "license": "MIT", "web": "https://github.com/quadram-institute-bioscience/readfx" }, + { + "name": "abif", + "url": "https://github.com/quadram-institute-bioscience/nim-abif", + "method": "git", + "tags": [ + "abif", + "fastq", + "ab1", + "bioinformatics", + "parser" + ], + "description": "Parser for ABIF traces (output of capillary DNA sequencing machines)", + "license": "MIT", + "web": "https://quadram-institute-bioscience.github.io/nim-abif" + }, { "name": "googlesearch", "url": "https://github.com/xyb/googlesearch.nim",