nf-core / nf-core/stableexpression

Check species name at the very beginning of the pipeline using the NCBI Datasets API

Open
#35 0 comments 0 reactions 1 assignee View on GitHub

@OlivierCoen is already working on this.

Since Sep 16, 2026.

enhancement
Dominant language
Python
Stars
9
Forks
3
Avg merge
3d 5h
Merged PRs (30d)
3

Description

Description of feature

Currently, species are just reformatted but no check is performed to ensure that they correspond to a real species.

If there is a typo in the species name provided as input (eg. aspergilus fumigatus instead of aspergillus fumigatus), the pipeline will fail with a message saying that Expression Atlas could not find data for it. Instead, I want to check beforehand if this is a real species name, and log an error message saying that the provided species does not exist.

It should be implemented with the NCBI Dataset API.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.