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

Bugfix: Make trailing FASTQ line optional #27

Closed jakobnissen closed 4 years ago

jakobnissen commented 4 years ago

On current master, FASTQ files must end in a newline. That is unnecessary. This simple fix allows the trailing newline to be omitted.

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   83.29%   83.29%           
=======================================
  Files          13       13           
  Lines         497      497           
=======================================
  Hits          414      414           
  Misses         83       83           
Flag Coverage Δ
#unittests 83.29% <100.00%> (ø)

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

Impacted Files Coverage Δ
src/fastq/readrecord.jl 86.88% <100.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 db4caae...9c76fa7. Read the comment docs.

jakobnissen commented 4 years ago

This is superseded by #28 . Closing.