BioJulia/BioSequences.jl

ERROR: UndefVarError: FASTA not defined

nurmians opened this issue · 1 comments

julia> fst::BioSequences.FASTA.Reader
ERROR: UndefVarError: FASTA not defined

Ok... who broke this? I'm going back to Python, can't deal with this mess.

Dear @nurmians

Nothing is broken here. FASTA/FASTQ writers were removed from BioSequences for v2. To get FASTA functionality, install the package FASTX.

Edit: If you have scripts/workflows that depend on Julia packages, you should upper-bound the version of the Julia packages (or ideally, install explicit versions)