absee Module
[updated again as a Ruby class]
absee has an update!
The 0.1.0.0 version now encapsulates the methods in a Ruby Module, instead of being global functions.
Example usage:
% irb
>> require ‘absee’
=> true
>> Absee.readAB(“/Users/Jenny/Desktop/my_sequence.ab1″)
It still returns six arrays (the trace values for ACGT, called sequence, and peak indexes).
More information can be found on my previous post.
Thanks goes to Dan Cahoon for forking my absee on github.