Skip to content

johngarchie/MinimalFASTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimalFASTA version 0.02
=========================

The purpose of the MinimalFASTA module is to allow users to easily manipulate
FASTA sequences.  This module provides a simple, dependency-free interface for
handling FASTA data.  For a feature-rich solution, consider using the
Bio::SeqIO and Bio::Seq modules in the BioPerl package.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


COPYRIGHT AND LICENCE

Copyright (C) 2011 by John Archie

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.5.0 or,
at your option, any later version of Perl 5 you may have available.

About

A simple Perl module for reading and writing FASTA data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages