Can you help me find the right module? I need to track which versions of my input data were used in an analysis.

I've got a 4-stage analysis. At each step it reads a bunch of data files, including outputs from previous steps. Is there a good module for generating version/log files, so at the end I can generate a report showing what versions were used in the entire chain?

I envision that, at each step, I generate a human-and-machine-readable logfile. It shows the full-pathname and time-stamps for each input. The next step of the chain reads its own inputs. These include the outputs AND the logfile from the last step, plus other data. It issues its own reports and logfile. That logfile recaps the first logfile, plus the pathnames and time-stamps of the additional data files.

I can imagine rolling my own for this, but, you know, laziness and all that. I've searched both in CPAN and Perlmonks, but if it's in there, I'm getting overwhelmed by all the results for Perl module versions, which isn't what I'm looking for.


In reply to Tracking data versions throughout an analysis chain by throop

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.