Skip to content

Capture provenance records #11

Description

@adknaupp

Asked copilot based on the snakemake repo how it handles provenance records: provenance.md. Note that snakemake deposits "provenance" info about output files to help it decide when a file needs to be regenerated. Thus, much of the provenance info is not very useful to users of DLN. It also may lack information we would be interested in.

Snakemake keeps records in .snakemake/metadata and .snakemake/incomplete of files depending on their status. Looks like three statuses: incomplete with no job, incomplete with job, and complete.

SQLite seems best since it can utilize a shared filesystem like Turbo instead of requiring network connectivity between the HPC and the DLN server

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions