Skip to content

Commit

Permalink
fix and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Aug 15, 2014
1 parent fbe0057 commit d416f89
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 13 deletions.
12 changes: 10 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
BioUtil

BioUtil - My Bioinformatics Utilities!
BioUtil - Bioinformatics Utilities!

https://github.com/shenwei356/BioUtil
http://search.cpan.org/dist/BioUtil/

Some great modules like BioPerl provide many robust solutions.
However, it is not easy to install for someone in some platforms.
And for some simple task scripts, a lite module may be a good choice.
So I reinvented some wheels and added some useful utilities into this module,
hoping it would be helpful.

Please check the submodules.
Please check the docments of submodules.


INSTALLATION
Expand Down
12 changes: 9 additions & 3 deletions lib/BioUtil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,23 @@ use warnings FATAL => 'all';

=head1 NAME
BioUtil - My Bioinformatics Utilities!
BioUtil - Bioinformatics Utilities!
Some great modules like BioPerl provide many robust solutions.
However, it is not easy to install for someone in some platforms.
And for some simple task scripts, a lite module may be a good choice.
So I reinvented some wheels and added some useful utilities into this module,
hoping it would be helpful.
Please check the submodules.
=head1 VERSION
Version 2014.0814
Version 2014.0815
=cut

our $VERSION = 2014.0814;
our $VERSION = 2014.0815;


=head1 AUTHOR
Expand Down
6 changes: 6 additions & 0 deletions lib/BioUtil/Seq.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ use List::Util qw(shuffle);
BioUtil::Seq - Utilities for sequence
Some great modules like BioPerl provide many robust solutions.
However, it is not easy to install for someone in some platforms.
And for some simple task scripts, a lite module may be a good choice.
So I reinvented some wheels and added some useful utilities into this module,
hoping it would be helpful.
=head1 VERSION
Version 2014.0814
Expand Down
12 changes: 9 additions & 3 deletions lib/BioUtil/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,21 @@ use JSON;

=head1 NAME
BioUtil::Seq - Utilities for operation on data or file
BioUtil::Util - Utilities for operation on data or file
Some great modules like BioPerl provide many robust solutions.
However, it is not easy to install for someone in some platforms.
And for some simple task scripts, a lite module may be a good choice.
So I reinvented some wheels and added some useful utilities into this module,
hoping it would be helpful.
=head1 VERSION
Version 2014.0814
Version 2014.0815
=cut

our $VERSION = 2014.0814;
our $VERSION = 2014.0815;

=head1 EXPORT
Expand Down
6 changes: 3 additions & 3 deletions t/seq2.fa
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
>seq2
aaaaaacccccgggggttttt

>seq1<test>
aaaaaccccggggtttt

>seq2
aaaaaacccccgggggttttt

4 changes: 2 additions & 2 deletions t/test.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"b" : 2,
"a" : 1
"a" : 1,
"b" : 2
}

0 comments on commit d416f89

Please sign in to comment.