Get the latest tech news
ReproZip – reproducible experiments from command-line executions
ReproZip is a tool that simplifies the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science. - VIDA-NYU/reprozip
ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science. It tracks operating system calls and creates a package that contains all the binaries, files and dependencies required to run a given command on the author's computational environment (packing step). Choosing which files to pack is also important to remove sensitive information and third-party software that is not open source and should not be distributed.
Or read this on Hacker News