NAME

BIE::Data::HDF5::File - Perl extension for blah with HDF5 file.

SYNOPSIS

  use BIE::Data::HDF5::File;
  my $h5 = BIE::Data::HDF5::File->new(h5File => $HDF5file);

DESCRIPTION

BIE::Data::HDF5::File is a module for dealing with HDF5 file written with great help from Moose.

ATTRIBUTES AND METHODS

  • "h5File": The required argument for constructing a new BIE::Data::HDF5::File object.

  • "loc": Always return current location in HDF5 data file.

  • "pwd": Return a BIE::Data::HDF5::Path object for more path related operations.

  • "list": Return the list of all entries under current path in HDF5 data file.

  • "cd": Enter a new location in HDF5 data file.

SEE ALSO

BIE::Data::HDF5::Path

BIE::Data::HDF5::Data

BIE::App::PacBio See this module for a live example.

AUTHOR

Xin Zheng, <xin@>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Xin Zheng

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