Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 419 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 419 Bytes

Glens

Glens is a Scala library for reading and writing genomic data files.

Feature

  • Object definitions for biological data formats
  • Mapping data files into objects

Supported Formats

  • FASTA
  • FASTQ
  • BED
  • WIG

ToDo

  • Add format support
    • GFF
    • SAM/BAM (using picard)
    • AXT
    • bigWig/bigBED
    • Silk
  • Data storage
    • compressed storage
    • split for parallel read/write
  • Synchronization