Skip to content

Fake release to fix sync and all nf-core goodness#122

Closed
maxulysse wants to merge 37 commits into
mainfrom
dev
Closed

Fake release to fix sync and all nf-core goodness#122
maxulysse wants to merge 37 commits into
mainfrom
dev

Conversation

@maxulysse

Copy link
Copy Markdown
Member

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/references 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).

maxulysse and others added 30 commits January 8, 2025 10:53
* update CHANGELOG

* fix PR number
* update modules

* restore patch

* update snapshots

* update subworkflow

* update CHANGELOG

* update snapshot
* update doi

* Update CHANGELOG and snapshots

* Apply suggestions from code review

* Apply suggestions from code review

* newline
* Template update for nf-core/tools version 3.1.1

* master -> main

* fix linting

* Apply suggestions from code review

* update ro-crate

* update workflow

* keep nextflow 24.10.1

* ignore snapshots in editor config

* Apply suggestions from code review

* lint

* keep same depth

* Apply suggestions from code review

* code polish

* restore main.nf

* Apply suggestions from code review

* polish

* Apply suggestions from code review

* polish

* Update nextflow.config

* Update main.nf

* Update nextflow.config

* update CHANGELOG

* Apply suggestions from code review

Co-authored-by: Michael L Heuer <heuermh@acm.org>

* master/main -> main

---------

Co-authored-by: Michael L Heuer <heuermh@acm.org>
* no need for this file

* new modules

* add more extract for sarek test files

* update CHANGELOG
* rename input to asset

* update CHANGELOG

* fix linting

* fix comments
* trying out flat structure for vcf related files

* this is the nested structure I'd like

* proper flat structure

* fix syntax

* code polish

* order

* 2.3.0 is not working with output

* no doom

* nested

* refactor and update tests

* array

* glob

* transpose vcf to handle multiple vcf with globs
* CHANGELOG update

* handle multiple vcf

* CHANGELOG.md update

* restore comments

* update sarek test and use asset file from references-asset
* CHANGELOG update

* handle multiple vcf

* CHANGELOG.md update

* restore comments

* update sarek test and use asset file from references-asset

* more tests

* do not regenerate fai if not needed

* update CHANGELOG
* use schema from utils_references

* fix paths

* Apply suggestions from code review

* fix assets

* fix bash shell issues

* not keeping the s3 files for now
* implement automatic sharding for nf-test

* fix template
* Template update for nf-core/tools version 3.1.1

* Template update for nf-core/tools version 3.2.0

* Apply suggestions from code review

* fix rocrate

* fix linting

* fix more linting

* fix master -> main

* update CHANGELOG

* fix sharding

* fix tests
* update CHANGELOG

* nf-core modules update -f -a
* Fix links

* Update CHANGELOG.md
…aseq or rnaseq (#91)

* began refactor

* rename tests

* continue names update

* Apply suggestions from code review

* regenerate all tests

* improve extract

* rename

* reuse closure

* code polish + better comments

* minor polish

* move out YAML_TO_CHANNEL + EXTRACT

* refactor generation by pipeline

* rescue EXTRACT_ARCHIVE versions

* ALPHABETICAL ORDER

* rescue sizes and faidx

* rescue sizes execution

* reorder snapshot

* restore comments

* uncomment

* update CHANGELOG

* rescue intervals generation

* typo

* no need for empty channel

* reorganize config to prepare moving subworkflows to modules

* simplify further extract subworkflow
* remove forgotten subworkflow

* add tests

* string() just to be safe

* update tests

* should fix tests

* fix new tests

* improve rnaseq usage

* regenerate tests

* add more tests

* reorder snapshot

* better and prettier snapshots
* refactor meta usage

* safer join

* regenerate snapshots

* nf-core modules patch

* remove unstable files from snapshots

* closure 🚀

* join_by_id -> join_by_meta_id
* Update action.yml

* Update action.yml
* rename subworkflow

* better comments

* use nf-core version of subworkflow

* update all modules

* update provenance

* fix gffread usage

* update CHANGELOG

* fix build_intervals usage

* fix memory requirements for test for BWAMEM2_INDEX
* better comments

* polish to trigger tests

* Update action.yml

* Update nf-test.yml
* early fail

* update CHANGELOG

* fix name of confirm-pass
* main.nf

* install prepare_genome_dnaseq prepare_genome_rnaseq

* update bowtie

* update prepare_genome_dnaseq

* update snapshots

* fix config issues

* typo

* update prepare_genome_rnaseq
* fix path to files

* fix snapshots

* source datasheets are in nf-core/references-datasheets

* fix paths

* fix path to test files

* fix path to test input

* update createsequencedictionay

* update samtools tests

* update tests and snapshots

* fix path and update snapshots

* fix path and update snapshots

* fix path and update snapshots

* use test input without gtf

* fix snapshots

* update snapshots
* update CHANGELOG

* update all modules

* update schema

* fix schema

* use subworkflow

* new params references_basepath

* be consistent about params
* Template update for nf-core/tools version 3.1.1

* Template update for nf-core/tools version 3.2.0

* Template update for nf-core/tools version 3.2.1

* Apply suggestions from code review

* fix merge conflicts

* Update subworkflows/local/utils_nfcore_references_pipeline/main.nf
maxulysse and others added 3 commits May 22, 2025 15:49
* add metro map and update docs

* Update README.md

* update CHANGELOG

* 30° angles instead of 45° and more spacing

* improve comments

* add contributor

* typo

* Add links to tools

* update CITATIONS
* add logo

* update map and logo

* update logo

* export page

* export page
* Template update for nf-core/tools version 3.1.1

* Template update for nf-core/tools version 3.2.0

* Template update for nf-core/tools version 3.2.1

* update workflow output defs

* update ci nextflow version

* lint

* Template update for nf-core/tools version 3.3.2

* update changelog

* typo

* fix publishing

* fix snapshot

* simpligy publishing

* update paths and snapshots

* fix merge

* update CHANGELOG

* fix snapshots

---------

Co-authored-by: Nicolas Vannieuwkerke <nicolas.vannieuwkerke@ugent.be>
@maxulysse maxulysse changed the title Fix main Fake release to fix sync and all nf-core goodness Jul 14, 2025
* bump version

* Trigger Build

* Update CHANGELOG.md

* unstable on conda

* fix gitignore
* update all modules

* update sarek references

* fix linting
* restore path to publish folders

* update nftignore

* update snapshots and nftignore

* fix snapshots

* fixing refseq.bin

* forgot wbcel235
@mashehu

mashehu commented Oct 2, 2025

Copy link
Copy Markdown

why is this needed?

@maxulysse

Copy link
Copy Markdown
Member Author

We believed with Julia that it was needed because I never got the template sync until now

@maxulysse maxulysse closed this Oct 23, 2025
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.

2 participants