-
Notifications
You must be signed in to change notification settings - Fork 21
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
v2.0.0-alpha.5 #244
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Match error-handling from nf-core (solves problem with status 140 that I had)
* 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
* fix report link and setup renv lockfile * update dockerfile to use renv * add license terms * clarify custom scores + licenses
This was
linked to
issues
Feb 26, 2024
* 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>
* 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
* stop using global variables * use local variables
This was
linked to
issues
Mar 19, 2024
Closed
Add information about versions
smlmbrt
approved these changes
Mar 19, 2024
* add version to report * update author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #240 #207 #134 #209 #111 #245