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

Allow trailing newlines for FASTQ files #49

Closed jakobnissen closed 3 years ago

jakobnissen commented 3 years ago

Fix issue #48 by allowing trailing newlines after FASTQ file.

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (ab3a1b5) into master (e9202ba) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   83.57%   83.57%           
=======================================
  Files          11       11           
  Lines         615      615           
=======================================
  Hits          514      514           
  Misses        101      101           
Flag Coverage Δ
unittests 83.57% <0.00%> (ø)

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

Impacted Files Coverage Δ
src/fastq/readrecord.jl 46.15% <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 e9202ba...ab3a1b5. Read the comment docs.