From 8283273ef32eedc04059da4c98803ca8fac70fee Mon Sep 17 00:00:00 2001 From: Jakob Nybo Nissen Date: Thu, 17 Oct 2024 20:20:30 +0200 Subject: [PATCH] Delete workaround for compat with extensions To allow the BioSequences FASTX extension to be supported with Julia <1.9, a few hacks had to be done. Remove these hacks, as we now longer support these versions. --- Project.toml | 1 - src/FASTX.jl | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Project.toml b/Project.toml index 44f959a..ca001e2 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,6 @@ BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59" [deps] Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b" BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea" -BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59" PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" StringViews = "354b36f9-a18e-4713-926e-db85100087ba" TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" diff --git a/src/FASTX.jl b/src/FASTX.jl index f539830..525a96c 100644 --- a/src/FASTX.jl +++ b/src/FASTX.jl @@ -220,10 +220,6 @@ const FASTQReader = FASTQ.Reader const FASTAWriter = FASTA.Writer const FASTQWriter = FASTQ.Writer -if !isdefined(Base, :get_extension) - include("../ext/BioSequencesExt.jl") - end - include("workload.jl") export