cjw85 / hdf5perl

HDF5 Perl Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hdf5perl

A perl module for reading HDF5 files. Currently this module copes with the files I have to hand, however these all use 1D datasets. If you want to parse files with multi-dimensional data please contact me (new at sgenomics dot org).

There are actually two perl modules used, Hdf5.pm (which is generated by the xs) and Hdf5File.pm. Hdf5File.pm contains code to allow you to walk over the data in the HDF5 file, and unpack data depending on it's dataset. There's an example which walks over the data, called example_hdf5file.pl

About

HDF5 Perl Module


Languages

Language:C 94.1%Language:Perl 5.9%