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

Fix missing character in docs example #74

Closed jakobnissen closed 2 years ago

jakobnissen commented 2 years ago

Fix single char typo in docs.

codecov[bot] commented 2 years ago

Codecov Report

Merging #74 (ec1950c) into master (5e7efd6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  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% <0.00%> (ø)
src/fasta/writer.jl 96.29% <0.00%> (ø)
src/fastq/reader.jl 89.36% <0.00%> (ø)
src/fastq/writer.jl 96.77% <0.00%> (ø)

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 5e7efd6...ec1950c. Read the comment docs.