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

Add header function #33

Closed jakobnissen closed 4 years ago

jakobnissen commented 4 years ago

See #32

codecov[bot] commented 4 years ago

Codecov Report

Merging #33 into master will increase coverage by 2.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   83.29%   85.56%   +2.26%     
==========================================
  Files          13       13              
  Lines         497      575      +78     
==========================================
+ Hits          414      492      +78     
  Misses         83       83              
Flag Coverage Δ
#unittests 85.56% <100.00%> (+2.26%) :arrow_up:

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

Impacted Files Coverage Δ
src/fasta/record.jl 78.94% <100.00%> (+4.87%) :arrow_up:
src/fastq/record.jl 82.67% <100.00%> (+5.35%) :arrow_up:
src/fasta/writer.jl 100.00% <0.00%> (ø)
src/fastq/writer.jl 100.00% <0.00%> (ø)
src/fasta/readrecord.jl 88.88% <0.00%> (+0.42%) :arrow_up:
src/fastq/readrecord.jl 87.50% <0.00%> (+0.61%) :arrow_up:
src/fasta/index.jl 85.00% <0.00%> (+0.78%) :arrow_up:
src/fastq/quality.jl 95.65% <0.00%> (+0.91%) :arrow_up:
src/fasta/reader.jl 85.71% <0.00%> (+1.50%) :arrow_up:
src/fastq/reader.jl 85.71% <0.00%> (+1.50%) :arrow_up:
... and 2 more

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...bcd4c8c. Read the comment docs.