README.md in parse_fasta-1.3.0 vs README.md in parse_fasta-1.4.0
- old
+ new
@@ -27,11 +27,11 @@
and over.
## Documentation ##
Checkout
-[parse_fasta docs](http://rubydoc.info/gems/parse_fasta/1.3.0/frames)
+[parse_fasta docs](http://rubydoc.info/gems/parse_fasta/1.4.0/frames)
to see the full documentation.
## Usage ##
Some examples...
@@ -55,9 +55,16 @@
FastqFile.open(ARGV.first, 'r').each_record do |head, seq, desc, qual|
puts [header, seq, desc, qual.qual_scores.join(',')].join("\t")
end
## Versions ##
+
+### 1.4.0 ###
+
+Added methods:
+
+ Sequence.base_counts
+ Sequence.base_frequencies
### 1.3.0 ###
Add additional functionality to `each_record` method.