BioJulia / FASTX.jl

Parse and process FASTA and FASTQ formatted files of biological sequences.
https://biojulia.dev
MIT License
61 stars 20 forks source link

Make BioSequences an optional dependency #90

Closed jakobnissen closed 1 year ago

jakobnissen commented 1 year ago

Julia just merged to master the ability to add optional dependencies. We should move BioSequences to an optional dependency, since it's only used for a few functions that not everybody uses.

This will only land in Julia 1.10, so we would need to bump Julia compat. We should wait a few years.