Skip to content

Add hmmsearch#61

Merged
vagkaratzas merged 5 commits into
devfrom
add-hmmsearch
Dec 3, 2025
Merged

Add hmmsearch#61
vagkaratzas merged 5 commits into
devfrom
add-hmmsearch

Conversation

@vagkaratzas

Copy link
Copy Markdown
Collaborator

Closes #30 and #40

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.

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).
    • docs/images/proteinannotator-metromap.light.excalidraw.png and docs/images/proteinannotator-metromap.light.excalidraw.png (edit the light version only, then export and turn on dark mode) are both updated (use the excalidraw website or VS Code plugin to edit)

@github-actions

github-actions Bot commented Dec 2, 2025

Copy link
Copy Markdown

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

Posted for pipeline commit 9217108

+| ✅ 207 tests passed       |+
#| ❔   7 tests were ignored |#
!| ❗   1 tests had warnings |!
Details

❗ Test warnings:

  • 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 2025-12-03 09:16:25

@mberacochea mberacochea left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @vagkaratzas. It looks good to me, but I left some tiny comments.

Comment thread docs/output.md
Comment thread subworkflows/local/domain_annotation/main.nf
Comment thread subworkflows/local/utils_nfcore_proteinannotator_pipeline/main.nf Outdated
Comment thread nextflow_schema.json

@mberacochea mberacochea left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM ... :shipit:

@vagkaratzas vagkaratzas merged commit 3da49a9 into dev Dec 3, 2025
12 checks passed
@vagkaratzas vagkaratzas deleted the add-hmmsearch branch December 3, 2025 12:08
@vagkaratzas vagkaratzas mentioned this pull request Feb 4, 2026
11 tasks
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.

Add HMMer hmmsearch

2 participants