You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to make workflows and the resulting data as reproducible as possible, we need to record the runtime environment in which data was produced. This means, at a very minimum, recording all Python packages in the current virtualenv. But possibly also other crucial information, like the OS the virtualenv is running in, Conda packages, the version of glibc, and possible other system packages that are installed.
Task list
create classes that parse the runtime environment they are running in, and record that metadata in a structured way
attach this metadata to every dataset that was created
add cli subcommand to query version information
The text was updated successfully, but these errors were encountered:
Description
In order to make workflows and the resulting data as reproducible as possible, we need to record the runtime environment in which data was produced. This means, at a very minimum, recording all Python packages in the current virtualenv. But possibly also other crucial information, like the OS the virtualenv is running in, Conda packages, the version of glibc, and possible other system packages that are installed.
Task list
The text was updated successfully, but these errors were encountered: