-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
67 lines (43 loc) · 1.72 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Bio-Parser-ISATab
This module makes a gallant attempt to read ISA-Tab files for an investigation
into one deep hash-based data structure. It is read-only at the moment,
and the best usage information can be found in the test scripts
t/01-invest.t
t/02-study.t
t/03-assay.t
It's in a very basic state at the moment. Contributions, testing and
general comments are welcome. Limitations are listed in the main
documentation 'perldoc Bio::Parser::ISATab'.
To get a good idea of the hash structure, see the test scripts for
how to load in an ISA-Tab directory - create a VERY small (one or two sample)
ISA-Tab file, load it and do:
use Data::Dumper;
print Dumper($isa);
LINKS
ISA-Tab: http://isatab.sourceforge.net/specifications.html
Source: http://github.com/bobular/Bio-Parser-ISATab
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Bio::Parser::ISATab
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Bio-Parser-ISATab
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Bio-Parser-ISATab
CPAN Ratings
http://cpanratings.perl.org/d/Bio-Parser-ISATab
Search CPAN
http://search.cpan.org/dist/Bio-Parser-ISATab/
LICENSE AND COPYRIGHT
Copyright (C) 2011 Bob MacCallum
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.