Skip to content

Generate Genomeqc samplesheet - #215

Merged
nschan merged 18 commits into
nf-core:devfrom
nschan:genomeqc-samplesheet
Sep 1, 2026
Merged

Generate Genomeqc samplesheet#215
nschan merged 18 commits into
nf-core:devfrom
nschan:genomeqc-samplesheet

Conversation

@nschan

@nschan nschan commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Given the recent release of nf-core/genomeqc, preparation of a samplesheet for downstream genomeqc was proposed (#214).

This PR adds an extra output, compatible with the (updated) downstream samplesheet in the form of assembly,fasta.

Trying to implement this has uncovered a bunch of inconsistencies, which are fixed here:

  • The placeholder channel that contains all final scaffolds (there is nothing downstream currently), was misformatted and contained a nested map. This has been fixed in subworkflows/scaffold/main.nf. There was also a problem in one of the nested scaffolding workflows (ragtag) which did not emit the correct element

  • The local BGZIP process, which ensures that all assemblies are bgzipped for samtools compatibility emits a folder (out/file.gz), I had not realized that this will publish the same folder structure, and not simply the file. Fixed via fixes to config/ files publishDir directives

usage.md was updated

CHANGELOG.md was updated

Test snapshots were updated.

@github-actions

Copy link
Copy Markdown

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 4.0.3.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the Synchronisation documentation.

@github-actions

github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 010eae1

+| ✅ 205 tests passed       |+
#| ❔  10 tests were ignored |#
!| ❗   2 tests had warnings |!
Details

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 2.0.0
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required

❔ Tests ignored:

  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config
  • files_exist - File is ignored: assets/multiqc_config.yml
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File ignored due to lint config: assets/nf-core-genomeassembler_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-genomeassembler_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-genomeassembler_logo_dark.png
  • files_unchanged - File ignored due to lint config: .gitignore or .prettierignore
  • multiqc_config - multiqc_config

✅ Tests passed:

Run details

  • nf-core/tools version 4.0.3
  • Run at 2026-09-01 08:40:26

@github-actions

github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown

❌ nf-test failed with latest Nextflow version

Note

Tests with Nextflow's latest version failed but it will not cause a CI workflow failure.
Please check if the failure is expected with newer (edge-)releases of Nextflow or if it needs fixing.

  • docker | latest-everything | Shard 1/4

See the full run for details.

@erikrikarddaniel erikrikarddaniel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Tiny suggestion, otherwise great.

Comment thread workflows/genomeassembler.nf Outdated
Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
@nschan
nschan merged commit c78fa45 into nf-core:dev Sep 1, 2026
15 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.

2 participants