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

copyto! #5

Closed TransGirlCodes closed 5 years ago

TransGirlCodes commented 5 years ago

We need the ability to conveniently copy sequence from a FASTQ or FASTA record to a BioSequences.jl sequence.

Currently you can make new sequences, but can't copy over to existing sequences.