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

v2.0.0-alpha.5 #244

Merged
merged 37 commits into from
Mar 19, 2024
Merged

v2.0.0-alpha.5 #244

merged 37 commits into from
Mar 19, 2024

Commits on Feb 2, 2024

  1. Update base.config

    Match error-handling from nf-core (solves problem with status 140 that I had)
    smlmbrt authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3161c07 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Use groovy to parse samplesheets (#243)

    * implement groovy functions for samplesheet parsing
    
    * set up utility class
    
    * add build to map
    
    * add json support
    
    * rename json parser
    
    * delete samplesheet module
    
    * remove mount docs (deprecated)
    
    * remove out.json from expected test output
    
    * fix parsing vcf samplesheet
    nebfield authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cc163b7 View commit details
    Browse the repository at this point in the history
  2. Update report (renv and include licenses) (#203)

    * fix report link and setup renv lockfile
    
    * update dockerfile to use renv
    
    * add license terms
    
    * clarify custom scores + licenses
    nebfield authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d40342d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    d071600 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Drop aggregation during report generation (#249)

    * drop small sampleset warning when integrating reference data
    
    * drop aggregation
    
    * update lockfile: drop data.table
    
    * load scores the same way
    
    * bump utils version
    
    * drop effect_type (shouldn't actually be in columns array)
    
    * use dev image
    
    * update score test
    
    * fix test
    
    * bump pgscatalog_utils version
    
    * boring but big: re-sync nf-core
    
    * fix cache error in report
    
    * nf-core resync
    
    * set deno dir
    
    * update schema
    
    * set up auto-generated environment
    
    * set workDir consistently
    
    * improve caching
    
    * fix help
    
    * set outdir default
    
    * use binary packages to build report image
    
    * fix missing dependencies
    
    * fix fraposa_pca
    
    * add storeDir to relabel_ids
    
    * fix score metadata in report
    
    * store results permanently
    
    * write to genotypes_cache, if set
    
    * update conda
    
    * add custom example scorefile
    
    * Update schema to say what the cache is for
    
    * Add information on cache and pipeline speed
    
    * Not only for -resume
    
    * fix storeDir
    
    * fix tempdir on HPC/singularity
    
    * gcp compatbility updates
    
    * remove semantic structure from storeDirs (bad)
    
    * Update cache.rst
    
    * don't copy twice
    
    * bump report singularity version
    
    * fix quarto
    
    * fix output
    
    * fix fraposa
    
    * fix capturing intersect counts
    
    ---------
    
    Co-authored-by: smlmbrt <sam.a.lambert@gmail.com>
    nebfield and smlmbrt authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ea73f8c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix cache names (#260)

    * Update plink2_makebed.nf
    
    Remove chromosome so that it doesn't cause cache collision (should only run once per sampleset anyways)
    
    * Fix prefix and output names
    
    * Remove chromosome ID from orient
    smlmbrt authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d6b0755 View commit details
    Browse the repository at this point in the history
  2. set pytest version

    nebfield committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e4fa3b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf16c0e View commit details
    Browse the repository at this point in the history
  4. bump pytest-workflow

    nebfield committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c926dd1 View commit details
    Browse the repository at this point in the history
  5. downgrade pytest

    nebfield committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4bf8d57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d815d59 View commit details
    Browse the repository at this point in the history
  7. bump python action again

    nebfield committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2dfb5fa View commit details
    Browse the repository at this point in the history
  8. fix tmpdir errors in report

    nebfield committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    255e7b5 View commit details
    Browse the repository at this point in the history
  9. fix --genotypes_cache

    nebfield committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    918c433 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5100f5 View commit details
    Browse the repository at this point in the history
  11. fix missing cachedir

    nebfield committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0859eca View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    91e7547 View commit details
    Browse the repository at this point in the history
  2. oops

    nebfield committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    664a802 View commit details
    Browse the repository at this point in the history
  3. add changelog to docs

    nebfield committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1578b80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eefb43 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    75d5c05 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    a6622f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. add deeep cache

    nebfield committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d2ed086 View commit details
    Browse the repository at this point in the history
  2. stop using wildcards

    nebfield committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3314592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    731848f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5634de View commit details
    Browse the repository at this point in the history
  5. fix log output

    nebfield committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    50bdfdb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix match_combine cache

    nebfield committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a4f8fd5 View commit details
    Browse the repository at this point in the history
  2. oops

    nebfield committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    03ad3d7 View commit details
    Browse the repository at this point in the history
  3. fix score aggregation cache

    nebfield committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6057047 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    719709c View commit details
    Browse the repository at this point in the history
  5. update error strategy

    nebfield committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    47616e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix missing quarto package

    nebfield authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a5421cf View commit details
    Browse the repository at this point in the history
  2. Fix race condition in cache (#262)

    * stop using global variables
    
    * use local variables
    nebfield authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6ad412a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    9c3a8ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #264 from PGScatalog/docs_version

    Add information about versions
    smlmbrt authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6d02f21 View commit details
    Browse the repository at this point in the history
  3. add version to report (#265)

    * add version to report
    
    * update author
    nebfield authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ec748b0 View commit details
    Browse the repository at this point in the history