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

Review comments #589

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Conversation

fellen31
Copy link
Collaborator

@fellen31 fellen31 commented Mar 3, 2025

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@fellen31 fellen31 marked this pull request as ready for review March 3, 2025 14:41
@fellen31 fellen31 requested a review from a team as a code owner March 3, 2025 14:41
@@ -90,7 +90,7 @@ For more details and further functionality, please refer to the [usage documenta

## Credits

genomic-medicine-sweden/nallo was originally written by Felix Lenner.
genomic-medicine-sweden/nallo was originally written by [Felix Lenner](https://github.com/fellen31).

We thank the following people for their extensive assistance in the development of this pipeline: [Anders Jemt](https://github.com/jemten), [Annick Renevey](https://github.com/rannick), [Daniel Schmitz](https://github.com/Schmytzi), [Lucía Peña-Pérez](https://github.com/Lucpen), [Peter Pruisscher](https://github.com/peterpru) & [Ramprasad Neethiraj](https://github.com/ramprasadn).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to change the order here too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I'll go with the first-name sort, and have a minimum two commits/review policy to be added in the readme 😄

@fellen31 fellen31 merged commit df2c5de into genomic-medicine-sweden:dev Mar 3, 2025
26 checks passed
@fellen31 fellen31 deleted the review-suggestions branch March 3, 2025 14:47
fellen31 added a commit that referenced this pull request Mar 3, 2025
* bump version (#530)

* Add credits (#531)

* Add missing credits

* update changelog

* Assemble ONT genomes (#516)

* Assemble ONT genomes

* hifiasm 0.24.0

* update tests

* update patch

* Template update for nf-core/tools version 3.1.1 (#532)

* Initial template commit

* Template update for nf-core/tools version 3.1.2.dev0

* Template update for nf-core/tools version 3.1.1

* changelog

* merge mistake

* merge mistake

* merge mistake

* merge mistakes

* fix lint

* update ci

* fix version

* fix tests

* fix RO crate

* remove nf-core reference

* bump deepvariant version (#535)

* Output per-base depth in d4 format (#537)

* output per-base depth in d4 format

* Changelog

* update nf-core module

* Downgrade to Sniffles1 (#536)

* Downgrade to Sniffles1

* Update CHANGELOG.md

* bump deepvariant version (#535)

* fix readme

* Add skip for SV calling

* Template sync 3.1.2 (#541)

* Initial template commit

* Template update for nf-core/tools version 3.1.2.dev0

* Template update for nf-core/tools version 3.1.2.dev0

* Template update for nf-core/tools version 3.1.2.dev0

* Template update for nf-core/tools version 3.1.1

* Template update for nf-core/tools version 3.1.1

* use ro-crate command

* changelog

* update workflow dependencies

* make sv filtering conditional on skip_sv_calling param

* style: fix text alignment

* style: fix linting issue

* update changelog

* fix linting issues in CHANGELOG.md param table

* Run CI tests with latest-stable version of Nextflow (#545)

* Run CI tests with latest-stable version of nextflow

* Changelog

* Fix naming mistakes in output docs (#546)

* Fix naming mistakes in output docs

* Changelog and prettier

* Update docs/output.md

Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>

* prettier

---------

Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>

* change vcf headers, merge by sample, merge by case, first draft for merging paraphase json

* add script to merge json files

* update changelog

* fixes

* add arg for bcftools query

* add prefix to CREATE_SAMPLES_FILE

* use arg2

* modify create_sample_files to add the haplotype in the sample name

* haplotype specific sample names, force single

* Fix naming for SNVs and pipeline not running with (#556)

* create empty channels to use

* update paraphase

* updated snapshots

* update snapshots

* Update CHANGELOG.md

Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>

* Update modules/local/merge_json.nf

Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>

* Update modules/local/merge_json.nf

Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>

* Update conf/modules/call_paralogs.config

Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>

* Update conf/modules/call_paralogs.config

Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>

* Update modules/local/merge_json.nf

Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>

* case to family and aligned bracket

* multi-argument formatting

* use groupTuple

* add merge json

* add executing permissions to script

* update script

* update script

* update script

* add to software references

* fix config issue

* remove snapshots

* update snaphshots

* exclude vcf and tbi unpublished

* update snaps

* remove snap

* add publish dir

* update snap

* revert change

* paralogs false default publish, remove publishing for all but family merged vcf

* use family_id directory

* prettier

* updated modules added

* update output.md

* publish family json

* update snapshots

* use sample and family directories, update mapping for family merging

* update snapshots

* Update docs/output.md

Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>

* prettier

* Limit VEP to 1 cpu while bugged (#558)

* Bump Severus to 1.3 (#557)

* Bump Severus version

* Update CHANGELOG.md

* Always run all SV callers (#542)

* Downgrade to Sniffles1

* Update CHANGELOG.md

* bump deepvariant version (#535)

* Always run multiple SV-callers

* changelog

* changelog

* update tests and ci

* Also output CNV-calls

* CHANGELOG

* update conf

* wip

* update docs+tests

* remove rouge versions.yml

* Template update to v3.2.0 (#560)

* Initial template commit

* Template update for nf-core/tools version 3.1.2.dev0

* Template update for nf-core/tools version 3.1.1

* Template update for nf-core/tools version None

* Template update for nf-core/tools version None

* CHANGELOG

* Patch to dev (#565)

* Fix pipeline can't run without

* CHANGELOG

* docs

* docs

* update snaps

* fix CI

* Update CHANGELOG.md

* changelog date

* Add vep_plugin_files to files check

* CHANGELOG

* Update CHANGELOG.md

* always failing CI because of nf-core update

* Replace dipcall (#566)

* wip

* Replace dipcall

* Replace dipcall

* description

* Update CHANGELOG

* ignore bam md5

* CHANGELOG

* Update main.nf

* Update workflows/nallo.nf

Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>

---------

Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>

* Fix filter SNVs tries to run even with --skip_snv_calling (#570)

* Fix filter SNVs tries to run even with --skip_snv_calling

* CHANGELOG

* Update CHANGELOG.md

* Fix unsorted sniffles1 variants (#572)

* Fix unsorted sniffles1 variants

* update tests

* Update metro map (#573)

* CHANGELOG

* Add contributors to `nextflow.config` (#574)

* Add contributors to config

* Add missing

* Fix a few language server issues (#533)

* start fixing language server issues

* revert some changes, remove encode

* fix some more

* Update main.nf

* update methylation tests

* Fix nextflow.config issues (#578)

* Fix sniffles1 (#580)

* Fix sniffles1

* fix lint

* Add missing nf-test triggers

* update snaps

* remove missed dipcall references (#577)

* Merge master into dev (#576)

* Fix pipeline not running without `--vep_cache` (#553)

* Fix pipeline can't run without

* CHANGELOG

* docs

* docs

* update snaps

* fix CI

* Update CHANGELOG.md

* changelog date

* Add vep_plugin_files to files check

* CHANGELOG

* Update CHANGELOG.md

* always failing CI because of nf-core update

* CHANGELOG

* Update CHANGELOG.md

* Fix project samplesheet validation (#584)

* Fix mistake in usage docs (#586)

* Update usage.md

* changelog

* Prep release 0.5.0 (#585)

* Bump version 0.5.0

* CHANGELOG

* update snaps

* Review comments (#589)

---------

Co-authored-by: padraicc <padraic.corcoran@scilifelab.uu.se>
Co-authored-by: Pádraic Corcoran <padraicc@users.noreply.github.com>
Co-authored-by: padraicc <padraic.corcoran£scilifelab.uu.se>
Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>
Co-authored-by: Annick Renevey <47788523+rannick@users.noreply.github.com>
Co-authored-by: Annick Renevey <annick.renevey@scilifelab.se>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants