Skip to content

Release 1.0.0 - 09.04.2026 - Jane Addams#64

Merged
famosab merged 82 commits intomainfrom
dev
Apr 9, 2026
Merged

Release 1.0.0 - 09.04.2026 - Jane Addams#64
famosab merged 82 commits intomainfrom
dev

Conversation

@famosab
Copy link
Copy Markdown
Collaborator

@famosab famosab commented Feb 13, 2026

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
  • If necessary, also make a PR on the nf-core/variantprioritization branch on the nf-core/test-datasets repository.
  • 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).

famosab and others added 30 commits October 28, 2025 15:24
* Template update for nf-core/tools version 3.4.1

* Template update for nf-core/tools version 3.4.1

* move params

* changelog

* Drocrate

* snap

* contriv

* Apply suggestion from @maxulysse

Co-authored-by: Maxime U Garcia <max.u.garcia@gmail.com>

* Apply suggestion from @maxulysse

Co-authored-by: Maxime U Garcia <max.u.garcia@gmail.com>

* disable tower

* skip fastqc

* skip fastqc

* snap

---------

Co-authored-by: nf-core-bot <core@nf-co.re>
Co-authored-by: Maxime U Garcia <max.u.garcia@gmail.com>
* Remove fastqc

* Run pre-commit

---------

Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>
* Add citations

* Run pre-commit

* Update CITATIONS.md

Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>

---------

Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>
* Get PCGR reference automatically

* change containers

* add pcgr/getref

* add pcgr/getref

* update module inputs

* add download

* handle vep cahce

* pre-commit

* use nf-core module

* cleanup

* remove unused module

* test

* add snap for swbf and remove unused conf

* adjust test memory limit

* Update schema

* change config

* try using other genome for test

* hard code genome to test

* hard code genome to test

* try cache from raredisease

* try with untar

* revert change to samplesheet

* sawp

* use NCBI igenome

* swap to GATK

* swap to GATK

* Add VEP Cache for chr22

* current state

* it workds

* Add vep cache

* rescue versions

* update snap

* use downsampled PCGR

* fix linting

* Add vcf assertion
* Add citations

* Run pre-commit

* Update CITATIONS.md

Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>

* Add test utils and default test

* Apply suggestions from code review

* Apply suggestion from @famosab

* Apply suggestion from @famosab

* Apply suggestion from @famosab

---------

Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>
Retrieve PCGR db and VEP cache automatically
* Template update for nf-core/tools version 3.4.1

* Template update for nf-core/tools version 3.5.1

* Template update for nf-core/tools version 3.5.1

* Small fixes

* Update changelog

* run nextflow lint

* Apply suggestions from code review

Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: nf-core-bot <core@nf-co.re>
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
* Move test data to repo and add full_size test config

* Changelog

* Add full_size snap and tag for CI-tests

* Apply suggestion from @famosab
* More changes to adhere to strict syntax

* syntax

* fix one more error

* bump schema

* bump schema
* Recover help message

* changelog
Expand and adapt documentation
Copy link
Copy Markdown

@Joon-Klaps Joon-Klaps left a comment

Choose a reason for hiding this comment

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

Very nice work on the conversion! A couple of things, I believe we can improve on.

Comment thread assets/multiqc_config.yml Outdated
Comment thread bin/isec_vcfs.py
Comment thread bin/isec_vcfs.py
Comment thread bin/reformat_vcf.py
Comment thread conf/modules.config Outdated
Comment thread subworkflows/local/file_preprocessing/main.nf Outdated
Comment thread subworkflows/local/prepare_somatic/main.nf
Comment thread subworkflows/local/prepare_somatic/main.nf
Comment thread subworkflows/local/prepare_somatic/main.nf Outdated
Comment thread subworkflows/local/reference_data/main.nf
* Rename subworkflow and add meta

* alignment
@famosab famosab mentioned this pull request Mar 13, 2026
11 tasks
* Fix typos and version

* remove email template
famosab added 4 commits March 16, 2026 13:37
* Add tests and meta to pcgr/preparevcf

* add snap files to prettier ignore

* add ci tag

* revert prepare somatic change

* fix snap

* add tag

* update reference data test

* Add licenses and modify module

* Update meta
* Add meta and tests to reformat modules

* precommit

* Add param

* Update snaps

* assert vcf correctly

* Update snapshot
* First steps

* Add tests

* Update snap

* correct more snaps

* Apply suggestion from @famosab

* use correct file

* correct cna handling
* Add meta and tests to intersect/vcf

* update reference meta

* Update snap

* Update isec again

* recover pcgr

* restore

* update key file

* Update snapshot

* try sorting

* update full snap

* update intersect snap

* Apply suggestions from code review from @Joon-Klaps

Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>
@sateeshperi sateeshperi removed their assignment Mar 25, 2026
@maxulysse maxulysse self-assigned this Mar 26, 2026
famosab and others added 6 commits March 27, 2026 11:02
* Address review comments

* fix refs
…vcf-file

Make Mutect2 FORMAT detection flexible (allow optional FAD)
* update README.md

* minor corrections

* Update README.md

Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>

* Update README.md

Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>

---------

Co-authored-by: youssef.abili <youssef.abili@fht.org>
Co-authored-by: Famke Bäuerle <45968370+famosab@users.noreply.github.com>
@famosab
Copy link
Copy Markdown
Collaborator Author

famosab commented Apr 1, 2026

@maxulysse I think we need your review now on this real PR

Copy link
Copy Markdown
Member

@maxulysse maxulysse left a comment

Choose a reason for hiding this comment

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

LGTM

@famosab famosab changed the title Release 1.0.0 1.0.0 - 09.04.2026 - Jane Addams Apr 9, 2026
@famosab famosab changed the title 1.0.0 - 09.04.2026 - Jane Addams Release 1.0.0 - 09.04.2026 - Jane Addams Apr 9, 2026
@famosab famosab merged commit 8ba629c into main Apr 9, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants