Skip to content

Comments

Add batch processing to InterProScan#79

Open
olgabot wants to merge 6 commits intodevfrom
olgabot/interproscan-batches
Open

Add batch processing to InterProScan#79
olgabot wants to merge 6 commits intodevfrom
olgabot/interproscan-batches

Conversation

@olgabot
Copy link
Collaborator

@olgabot olgabot commented Feb 17, 2026

PR checklist

This PR adds the option --interproscan_batch_size to allow you to run InterProScan on many proteins at a time. I was running this on a 60k proteome, and it created 60k InterProScan jobs, 1 per protein, which brought down the server. So this PR adds the option to run more proteins at once, which helps since InterProScan loads many gigabytes of databases for each job.

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

@github-actions
Copy link

github-actions bot commented Feb 17, 2026

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.

@olgabot olgabot changed the base branch from main to dev February 17, 2026 22:32
@github-actions
Copy link

github-actions bot commented Feb 17, 2026

nf-core pipelines lint overall result: Passed ✅

Posted for pipeline commit bb60f9a

+| ✅ 216 tests passed       |+
#| ❔   7 tests were ignored |#
Details

❔ 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-19 21:38:13

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