Skip to content

strict syntax#8

Open
yumisims wants to merge 5 commits into
devfrom
strictsyntax
Open

strict syntax#8
yumisims wants to merge 5 commits into
devfrom
strictsyntax

Conversation

@yumisims

Copy link
Copy Markdown
Contributor

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

@muffato
muffato changed the base branch from main to dev March 4, 2026 17:02
Comment on lines +36 to +39
def _prefix = task.ext.prefix ?: "${meta.id}"
def VERSION = "9.1"
"""
touch ${prefix}.MicroFinder.filtered.tsv
touch ${_prefix}.MicroFinder.filtered.tsv

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.

Since it is actually used, this _prefix shouldn't have an undersore

Comment thread modules/local/sort_fasta/main.nf Outdated
def VERSION = "2.2.3"
def _args = task.ext.args ?: ''
def _prefix = task.ext.prefix ?: "${meta.id}"
def _VERSION = "2.2.3"

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.

Same here

Comment thread modules/local/sort_fasta/main.nf Outdated
Comment thread README.md Outdated
yumisims and others added 2 commits July 14, 2026 13:47
Co-authored-by: Matthieu Muffato <mm49@sanger.ac.uk>
Co-authored-by: Matthieu Muffato <mm49@sanger.ac.uk>
@sanger-tolsoft

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: 3.3.2.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

Co-authored-by: Matthieu Muffato <mm49@sanger.ac.uk>
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.

3 participants