Sha256: 5f7fc5713e8a2b50b2ed22b8412a50e2b4fb7e053730e1624f2812e3a3ae6318
Contents?: true
Size: 884 Bytes
Versions: 6
Compression:
Stored size: 884 Bytes
Contents
# Copyright 2014 Ryan Moore # Contact: moorer@udel.edu # # This file is part of parse_fasta. # # parse_fasta is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # parse_fasta is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with parse_fasta. If not, see <http://www.gnu.org/licenses/>. require 'parse_fasta/version' require 'parse_fasta/fasta_file' require 'parse_fasta/fastq_file' require 'parse_fasta/sequence' require 'parse_fasta/quality'
Version data entries
6 entries across 6 versions & 1 rubygems