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

Webgestalt: Organism is missing Error #223

Open
hoelzer opened this issue Aug 2, 2023 · 2 comments
Open

Webgestalt: Organism is missing Error #223

hoelzer opened this issue Aug 2, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@hoelzer
Copy link
Contributor

hoelzer commented Aug 2, 2023

When running the pipeline the Webgestalt process fails because of

Organism is missing.
Error in idMappingGene(organism = organism, dataType = dataType, inputGeneFile = inputGeneFile,  :
  Organism is missing.

I am using Homo sapiens. I also tried the webgestalt.R script manually and althought hsapiens is defined as organism in this line

https://github.com/hoelzer-lab/rnaflow/blob/master/bin/webgestalt.R#L18

it fails.

Could it be that this is because the variable organism is never before initiated outside of the IF-ELSE? Ah no, this can not be the reason because if the variable would be NA the whole process would never start. So it is set to hsapiens

@hoelzer hoelzer added the bug Something isn't working label Aug 2, 2023
@fischer-hub
Copy link
Collaborator

Will check!

@hoelzer
Copy link
Contributor Author

hoelzer commented Aug 2, 2023

I think we might not have noticed this bc/ of the error catch in the script that also catches this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants