absee 0.0.1 → 0.0.2
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.
- data/lib/absee.rb +2 -1
- metadata +2 -1
data/lib/absee.rb
CHANGED
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
#major ABIF versions greater than 1 are not supported
|
|
15
15
|
#
|
|
16
16
|
#== Parameters:
|
|
17
|
-
#filename::
|
|
17
|
+
#filename::
|
|
18
|
+
# => a string containing the filename (including the path and extensions)
|
|
18
19
|
#
|
|
19
20
|
#== Returns:
|
|
20
21
|
#Six arrays: trace data for A, C, G, T, called sequence, and peak indexes
|
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.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -45,3 +45,4 @@ signing_key:
|
|
|
45
45
|
specification_version: 3
|
|
46
46
|
summary: reads .ab1 sequencing/chromatogram files
|
|
47
47
|
test_files: []
|
|
48
|
+
has_rdoc:
|