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

Clarify that streams take ownership of IO #72

Closed jakobnissen closed 2 years ago

jakobnissen commented 2 years ago

Simple documentation change. Should also be ported to v2.

codecov[bot] commented 2 years ago

Codecov Report

Merging #72 (ff12d7b) into master (eb0bda0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   84.39%   84.39%           
=======================================
  Files          12       12           
  Lines         660      660           
=======================================
  Hits          557      557           
  Misses        103      103           
Flag Coverage Δ
unittests 84.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/fasta/reader.jl 89.85% <ø> (ø)
src/fasta/writer.jl 96.29% <ø> (ø)
src/fastq/reader.jl 89.36% <ø> (ø)
src/fastq/writer.jl 96.77% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eb0bda0...ff12d7b. Read the comment docs.