Configbuilder: Automated process detection
Open
@imkhoibui is already working on this.
Since Mar 11, 2026.
command line tools
enhancement
- Dominant language
- Python
- Stars
- 322
- Forks
- 255
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 5
Description
Description
For the pipeline configuration side of the app, we want the app to be able to automatically detect available process and label names to configure, rather than relying on manually writing out the names.
Note: This is a lower-priority task and we don't intend on incorporating this until a later version of nf-core/tools.
Tasks
- Determine how we might achieve automatic process/label detection.
- For local pipelines, we might be able to search all
.nffiles forprocessdefinitions and extract the process name and potential labels. - For nf-core pipelines, would we have to pull the pipeline first and do the same thing? Or is there a better way?
- For local pipelines, we might be able to search all
- Start writing some methods for achieving this.
We'll be working on this issue at the 2026 hackathon Sydney hub
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.