Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for recursive consent withdrawn updates for ONT #172

Merged
merged 3 commits into from
Jul 17, 2023

Commits on Jul 13, 2023

  1. Add support for recursive consent withdrawn updates for ONT

    Add recurse keyword and recursive behaviour for collections to:
    
    has_consent_withdrawn
    has_consent_withdrawn_metadata
    has_consent_withdrawn_permissions
    ensure_consent_withdrawn
    
    Add an is_minknow_report function to help in managing permissions.
    
    Rename ont.update_metadata to ont.apply_metadata to distinguish it
    from the secondary metadata update process.
    
    Change do_*_update function names to update_* because they read better.
    kjsanger committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ae2c34f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Update src/npg_irods/metadata/lims.py

    Co-authored-by: mksanger <73285932+mksanger@users.noreply.github.com>
    kjsanger and mksanger authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ff55397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    952f590 View commit details
    Browse the repository at this point in the history