Skip to content

Commit

Permalink
Updating trunk to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgalinsky committed Oct 28, 2009
1 parent efda1fe commit 7fd9737
Show file tree
Hide file tree
Showing 13 changed files with 1,848 additions and 1,212 deletions.
4 changes: 1 addition & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Revision history for JCVI-Translator

0.01 Date/time
First version, released on an unsuspecting world.

0.4.0 Major refactor.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ META.yml # Will be created by "make dist"
Makefile.PL
README
lib/JCVI/Translator.pm
lib/JCVI/Translator/Utils.pm
t/00-load.t
t/boilerplate.t
t/pod-coverage.t
Expand Down
17 changes: 5 additions & 12 deletions README
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
JCVI-Translator

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it get an idea of the modules uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.
JCVI::Translator tries to be a robust translator object featuring translation
tables based off the the ones provided by NCBI
(http://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi).
Key features include the ability to handle degenerate nucleotides and to
translate to ambiguous amino acids.

INSTALLATION

Expand Down
Loading

0 comments on commit 7fd9737

Please sign in to comment.