lib/parse_fasta.rb in parse_fasta-1.0.1 vs lib/parse_fasta.rb in parse_fasta-1.1.0
- old
+ new
@@ -16,6 +16,8 @@
# 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'