Skip to content

Streaming iterators for bioinformatics data

License

Notifications You must be signed in to change notification settings

figueroakl/bio-streams

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bio-streams

examples

To run the fqcheck example program with read files r1.fq.gz and f2.fq.gz:

$ cargo build --example fqcheck --release
$ target/release/examples/fqcheck r1.fq.gz r2.fq.gz

input streams:

  • fastq
  • fasta
  • TODO sam/bam
  • TODO gfa

todo:

  • quality score trait, Phred alias for u8
  • futures::streams for async
  • GAT lending iterator
  • benchmark
  • examples

About

Streaming iterators for bioinformatics data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%