nf-core / nf-core/stableexpression

Check species identifier with g:Profiler API beforehand

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

@OlivierCoen is already working on this.

Since Sep 16, 2026.

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

Description

Description of the bug

In the g:Profiler API, some species identifiers are not formatted as expected. While, for most species, it is the first letter of the genus + the species name (eg. hsapiens, athaliana), for species including subspecies it is different (eg. Canis lupus dingo becomes cldingo).

We need to be able to query the https://biit.cs.ut.ee/gprofiler/api/util/organisms_list endpoint first, and get the exact identifier of the species of interest.

Command used and terminal output
nextflow run main.nf -profile apptainer -resume --species canis_lupus --outdir results/canis_lupus

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.