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

Release 6.8.0 #685

Merged
merged 5 commits into from
Feb 19, 2024
Merged

Release 6.8.0 #685

merged 5 commits into from
Feb 19, 2024

Commits on Feb 12, 2024

  1. Support for ETL parser configurations (#678)

    * Add support for etl parser configuration
    
    * Untested remap service-account to ID
    
    * Small fix
    
    * Add asserts + fix config
    
    * Add type annotations and improve parser_name variable
    
    * Move immediately instantiated clients to fix tests
    
    * Fix random linting things
    
    * Add new + refactor tests to reduce duplication
    
    * Address review feedback
    
    * Update metamist_infra version to 1.1.0
    
    ---------
    
    Co-authored-by: Michael Franklin <[email protected]>
    illusional and illusional authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bea77e3 View commit details
    Browse the repository at this point in the history
  2. Fix Existing Cohort Parser Sequencing Type Param (#679)

    * Fix click overwriting param to None when not specified
    
    * Fix whitespace after : for the linter
    vivbak authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    81644b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Fix role description (#682)

    * Fix role description
    
    * Fix import spacing
    
    ---------
    
    Co-authored-by: Michael Franklin <[email protected]>
    illusional and illusional authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    08795fa View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Rna ingestion updates (#676)

    * Updating parsers with library type etc
    
    * Add new sample map column defaults, update sg meta on RNA ingest
    
    * Update parser column default, update rna sg meta, update parsing prints
    
    * Change reference to 'sequence' to 'assay'
    
    * Change reference to 'library_type' to 'sequencing_library'
    
    * Change another reference to 'library_type' to 'sequencing_library'
    
    * Add required fields for exomes, more tidying, use tabulate
    
    * Add tabulate to requirements
    
    * Fix parse_manifest return for tests, update script referencing group_assays fn
    
    * Remove required exome fields, re-add default analysis status 'completed'
    
    * Update parser testing with RNA examples
    
    * Remove added external_family_id from ParsedParticipant class
    
    * Refactor parser to use SequencingDefualts class
    
    * Collapse sequencing defaults into new class
    
    * Update setup.py and resolve merge conflicts
    
    * isort linting
    
    * Fix typehint for read and ref files function return
    EddieLF authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9199dab View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update sequencing group meta API endpoint fix + bumpversion minor (#684)

    * Update SG meta endpoint to use PATCH, not GET
    
    * Bump version: 6.7.0 → 6.8.0
    EddieLF authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c7f53b2 View commit details
    Browse the repository at this point in the history