Skip to content

Releases: kojix2/ruby-libssw

v0.0.3

05 Mar 01:17
Compare
Choose a tag to compare
  • Fix ssw_align - 057bab7
  • Add some loose type checking - a9e90c4
  • Rename LibSSW -> SSW - 24e2f96
  • Add DNA & AASeq module - 1e25028
  • Fix method names - 63738b6
  • Add build_path - f55fb7a
  • Add tests
  • Support for macOS
  • Fix method names - 4bfec32
    • complement -> revcomp
    • read_int_ array -> from_int_array again
  • Fixed Align & Profile not to inherit from FFI::Pointer - d1fa38f

v0.0.2

22 Jan 13:31
Compare
Choose a tag to compare
  • Added methods to LibSSW

    • create_scoring_matrix
    • dna_to_int_array
    • int_array_to_dna
    • dna_complement
    • aaseq_to_int_array
    • int_array_to_aaseq
  • Removed struct_helper module

    • The Align class immediately frees the memory of FFI::Align.- fc38585
  • GC workaround refactoring - 4d2f407