question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Species not found error

See original GitHub issue

Hi,

I’m trying to download the zebrafish ensembl data, but I get an error. When I type:

pyensembl install --release 92 --species danio_rerio

I get:

ValueError: Species not found: danio_rerio

If I check the ensmbl ftp server the data is of course there: ftp://ftp.ensembl.org/pub/release-92/gtf/danio_rerio/

If there is no easy fix for this, is there a way to download the data manually and put it into the database?

Thanks! Adrian.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
iskandrcommented, Apr 12, 2022

The CLI addition of species never happened and pyensembl has been only lightly maintained since I moved to UNC. I’m starting to work on the OpenVax stack again and just merged a PR increasing the number of species supported.

Which one did you need again?

0reactions
alanwiltercommented, Apr 13, 2022

Thanks for that.

These are the species we are looking for:

GENOMES:
  - 'Homo sapiens [GRCh38]'
  - 'Mus musculus [GRCm39]'
  - 'Rattus norvegicus [mRatBN7]'
  - 'Danio rerio [GRCz11]'
  - 'Drosophila melanogaster [BDGP6]'
Read more comments on GitHub >

github_iconTop Results From Across the Web

Error in FUN(X[[i]], ...) : object 'Species' not found
I downloaded that data set and I see that there is no column named Species. Here is a listing of the columns. readfile...
Read more >
Custom plotting function error R - Error in FUN(X[[i]], ...) : object ...
I'm trying to write a function that outputs plots to be used over multiple standardized dataframes. I've been trying to wrap my head...
Read more >
How to Fix: Error in eval(predvars, data, env) : object 'x' not found
The way to fix this error is to simply make sure that the predictor variable in the new data frame has the same...
Read more >
R Error: object not found (INSTANT FIX) - ProgrammingR
What triggers the error is the program not being able to find an object name being called. While this is what technically causes...
Read more >
fonction queryMany not found - Bioconductor Forum
... scopes="symbol", fields="entrezgene", species="rat") Finished Error in rename(df, c(X_id = "_id")) : Some 'from' names in value not found on 'x': X_id.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found