absee 0.0.2 → 0.0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/absee.rb +5 -5
  2. metadata +1 -1
@@ -13,12 +13,12 @@
13
13
  #checks for ABIF file type
14
14
  #major ABIF versions greater than 1 are not supported
15
15
  #
16
- #== Parameters:
17
- #filename::
18
- # => a string containing the filename (including the path and extensions)
16
+ #Example:
17
+ # >>readAB("/my_sequence.ab1")
18
+ # => six arrays: trace data for A, C, G, T, called sequence, and peak indexes
19
19
  #
20
- #== Returns:
21
- #Six arrays: trace data for A, C, G, T, called sequence, and peak indexes
20
+ #Arguements:
21
+ # filename: (String)
22
22
  def readAB(filename)
23
23
  #opens ab1 as a File object
24
24
  abFile = open(filename)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: absee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: