in reply to Re: Tie-ing files containing complex data structures
in thread Tie-ing files containing complex data structures

I don't see how to do the things I commented in my post with MLDBM.

Is it possible to interface a (for example) fasta file (see the example in my post) with MLDBM? I read carefully the documentation and it doesn't seem obvious to me how to do the trick.

citromatik

  • Comment on Re^2: Tie-ing files containing complex data structures

Replies are listed 'Best First'.
Re^3: Tie-ing files containing complex data structures
by perrin (Chancellor) on May 25, 2007 at 13:21 UTC

    No, of course it doesn't read someone else's data format. It does provide a tied interface to complex data storage using only what comes with perl though, which I thought was what you were asking about.

    If you're specifically wondering about FASTA files, search for FASTA on CPAN. There are a handful of modules for it.

      No, of course it doesn't read someone else's data format

      That's why I did my own module :-)

      If you're specifically wondering about FASTA files, search for FASTA on CPAN. There are a handful of modules for it.

      Not specifically FASTA files. Any kind of data (provided that you give a way to index it)

      It's my fault, I think I didn't explain it properly

      Cheers

      citromatik