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 docs on reading gzipped files #17

Closed kescobo closed 4 years ago

kescobo commented 4 years ago

Sequence files, especially fastq files, are often compressed. This adds some notes on how to read Gzip compressed files to FASTA and FASTQ.

Credit @js135005 on discourse for pointing me to CodecZlib.

codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   88.76%   88.76%           
=======================================
  Files          13       13           
  Lines         445      445           
=======================================
  Hits          395      395           
  Misses         50       50

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 3b0a452...6694daa. Read the comment docs.

kescobo commented 4 years ago

I don't think that build error could possibly be my fault...