Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pansapiens opened this issue Dec 15, 2022 · 0 comments
Assignees
Labels

Comments

@pansapiens
Copy link
Collaborator

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:

@pansapiens pansapiens added the bug label Dec 15, 2022
@pansapiens pansapiens self-assigned this Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant