-
Notifications
You must be signed in to change notification settings - Fork 4
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 0.3.0 #325
Merged
Release 0.3.0 #325
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
* bump dev version * Update CHANGELOG.md
* add nf-test * add ci * update CI * add config * add nextflow config * remove old comments * Update CHANGELOG * add stub * review comments and test for no intervals * formatting * Update subworkflows/local/short_variant_calling/tests/nextflow.config * Update conf/modules/short_variant_calling.config * use max resources instead of hardcoding
* rework presets * Update CHANGELOG * Update CHANGELOG.md * Turn off ONT repeat calling by default. * update docs * Update docs/usage.md Co-authored-by: Anders Jemt <[email protected]> --------- Co-authored-by: Anders Jemt <[email protected]>
* Add modeltype parameter * Just allow ONT_R104 and PACBIO
* Don't allow running HiPhase with ONT data * Update workflows/nallo.nf Co-authored-by: Anders Jemt <[email protected]> --------- Co-authored-by: Anders Jemt <[email protected]>
* add ont tests * Update CHANGELOG.md * fix hp tag * remove tags * Don't run hiphase * Keep parallel_snv 1
* Remove --extra_gvcfs * update snap * Update CHANGELOG.md
* rework presets * Update CHANGELOG * Update CHANGELOG.md * Turn off ONT repeat calling by default. * update docs * allow ont data with hificnv
* add nf-test for pipeline * update test * Update CHANGELOG.md * Delete tests/nextflow_schema.json * update test
* reorganise processes * remove multisample * update snap * update snap * fix more stuff * Update conf/modules/short_variant_calling.config Co-authored-by: Anders Jemt <[email protected]> * Move versions under process * update snap --------- Co-authored-by: Anders Jemt <[email protected]>
* reorganise processes * update snap * update snap * fix more stuff * Update conf/modules/short_variant_calling.config Co-authored-by: Anders Jemt <[email protected]> * update snap * test snv annotation * test snv annotation --------- Co-authored-by: Anders Jemt <[email protected]>
* add stranger * Update CHANGELOG.md * Update CHANGELOG.md * add citation
* light refactoring of snv calling process names * add groupKey
* change ont preset and snapshot bam reads md5 * Run mosdepth in fast mode (#250) * change ont preset and snapshot bam reads md5 * fix merge snap
* annotate multisample * add main
#252) * fix duplicate snvs * use scatter genome instead * Update subworkflows/local/scatter_genome/main.nf Co-authored-by: Ramprasad Neethiraj <[email protected]> --------- Co-authored-by: Ramprasad Neethiraj <[email protected]>
* wip * no clinical set before filtervep is working * Reviewer comments
* parallel snv-annotation * review comments
* Improve non-autosomal calling in DeepVariant * Update nextflow_schema.json Co-authored-by: Anders Jemt <[email protected]> * conditional haploid contigs * Update conf/modules/short_variant_calling.config Co-authored-by: Anders Jemt <[email protected]> --------- Co-authored-by: Anders Jemt <[email protected]>
|
* Split vep plugins into vep cache and vep plugins * review comments * Keep SpliceAI in tests
* citations * dynamic method description * citations * Add back MultiQC * Add back fastqc
* Split vep plugins into vep cache and vep plugins * Fix file requirements
Update usage
peterpru
previously approved these changes
Aug 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me 👍
Co-authored-by: Peter Pruisscher <[email protected]>
peterpru
previously approved these changes
Aug 27, 2024
peterpru
approved these changes
Aug 29, 2024
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.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).