Skip to content

First pipeline release#71

Merged
vagkaratzas merged 342 commits into
mainfrom
dev
Feb 9, 2026
Merged

First pipeline release#71
vagkaratzas merged 342 commits into
mainfrom
dev

Conversation

@vagkaratzas
Copy link
Copy Markdown
Collaborator

@vagkaratzas vagkaratzas commented Feb 4, 2026

v1.0.0 - Yellow Saiga - [2026/02/04]

Initial release of nf-core/proteinannotator, created with the nf-core template.

  • #68 - Using the ARIA2 and UNTAR nf-core modules to download and decompress the InterProScan database. (by @vagkaratzas)
  • #67 - Swapped to the updated, non-buggy, nf-core version of INTERPROSCAN. (by @vagkaratzas)
  • #65 - Converted the pipeline schematic to nf-core metromap. (by @vagkaratzas)
  • #62 - Added the option to download and use the latest FunFam HMM library (or use path to an existing one) for domain annotation. (by @vagkaratzas)
  • #61 - Added nf-core modules ARIA2 and HMMER_HMMSEARCH to download latest Pfam HMM library (or use path to existing one) and match domains to input sequences. (by @vagkaratzas)
  • #60 - Added nf-core module S4PRED_RUNMODEL for secondary structure prediction (i.e., α-helix, a β-strand or a coil). (by @vagkaratzas)
  • #59 - Added nf-core qc and pre-processing subworkflow for amino acid sequences FAA_SEQFU_SEQKIT. (by @vagkaratzas)
  • #57 - nf-core tools template update to 3.5.1. (by @vagkaratzas)
  • #52 - Add option to turn off InterProScan for testing. (by @edmundmiller, @olgabot)
  • #51 - Update to nf-core/tools v3.3.1. (by @olgabot)
  • #47 - Update metromap with more tools added from May 2025 Hackathon. (by @olgabot)
  • #42 - Updated to nf-test on GitHub Actions and in the PULL_REQUEST_TEMPLATE.md. (by @olgabot)
  • #13 - Add nf-core seqkit/stats module. (by @olgabot, @heuermh)
  • #9 - Added InterProScan module - local version. (by @olgabot, @heuermh, @eweizy)

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/proteinannotator branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (e.g. nf-test test */local --profile=~test,docker for all new local tests).
  • Check for unexpected warnings in debug mode (nf-test test */local --profile=~test,docker,debug).
  • 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).

@nf-core-bot
Copy link
Copy Markdown
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.5.1.
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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 4, 2026

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

Posted for pipeline commit bf1bee7

+| ✅ 213 tests passed       |+
#| ❔   7 tests were ignored |#
!| ❗   2 tests had warnings |!
Details

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.0.0
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).

❔ Tests ignored:

  • files_exist - File is ignored: .github/workflows/ci.yml
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: assets/nf-core-proteinannotator_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-proteinannotator_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-proteinannotator_logo_dark.png

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2026-02-09 12:27:10

Copy link
Copy Markdown

@nschan nschan left a comment

Choose a reason for hiding this comment

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

Here is my review! Overall, this looks like a nice pipeline to me

Comment thread .github/workflows/awsfulltest.yml Outdated
Comment thread docs/output.md Outdated
Comment thread docs/output.md Outdated
Comment thread docs/output.md Outdated
Comment thread docs/output.md Outdated
Comment thread nextflow.config
Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread README.md
Comment thread README.md
@vagkaratzas
Copy link
Copy Markdown
Collaborator Author

Addressing @nschan's points through this PR #72

@vagkaratzas vagkaratzas requested a review from nschan February 5, 2026 11:03
Copy link
Copy Markdown
Member

@jfy133 jfy133 left a comment

Choose a reason for hiding this comment

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

Beautiful well done @vagkaratzas @olgabot and team!

Just need to work out why your full test is not triggering, then you're good to merge!

Comment thread docs/output.md Outdated
Comment thread docs/output.md
Comment thread docs/usage.md Outdated
Comment thread docs/usage.md Outdated
Comment thread subworkflows/local/domain_annotation/meta.yml
Comment thread subworkflows/local/utils_nfcore_proteinannotator_pipeline/main.nf
Comment thread .nf-core.yml Outdated
Comment thread nextflow_schema.json Outdated
Comment thread README.md Outdated
Comment thread CHANGELOG.md Outdated
@vagkaratzas vagkaratzas merged commit 382d936 into main Feb 9, 2026
36 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.

8 participants