Skip to content

nf-core/rnaseq: Genome selection in UI doesn't always match version used by backend #262

@pansapiens

Description

@pansapiens

When "GRCh38 [Ensembl]" is selected in the UI, the backend run_job.sh receives the genome ID Homo_sapiens/Ensembl/GRCh38 .... but ultimately splits this on / to pass --genome GRCh38 to nextflow run. Since nf-core/rnaseq (3.2) defaults to using the NCBI reference, we are actually using the version pulled from s3://ngi-igenomes/igenomes/Homo_sapiens/NCBI/GRCh38 rather then using Ensembl. This is because there is no GRCh38 Ensembl release in the iGenomes collection.

Several possible solutions:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions