From e8becae23f8af49a90d41f8e2316cc00724f5e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Tue, 11 Jul 2023 16:12:32 +1000 Subject: [PATCH] Increment FASTX compatibility This commit closes #14. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 17496ed..97614c8 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ URIParser = "30578b45-9adc-5946-b283-645ec420af67" Automa = "0.7, 0.8" BGZFStreams = "0.3" BioGenerics = "0.1" -FASTX = "1" +FASTX = "1, 2" GenomicFeatures = "2" Indexes = "0.1" TranscodingStreams = "0.9.5"