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

Achilles analysis_id cannot be found #41

Open
MaximMoinat opened this issue Nov 7, 2023 · 2 comments
Open

Achilles analysis_id cannot be found #41

MaximMoinat opened this issue Nov 7, 2023 · 2 comments

Comments

@MaximMoinat
Copy link

In a recent commit all casing was made lowercase, however this throws errors when processing the Achilles analysis. Column analysis_id cannot be found, as the list of achilles details is in uppercase (using Achilles 1.7.2).

It was fixed when I made analysis_id (2x) and category uppercase.

analysisDetails <- dplyr::select(Achilles::getAnalysisDetails(), c("analysis_id", "category")) %>%
rename(TASK = analysis_id)

@fdefalco
Copy link
Contributor

fdefalco commented Nov 7, 2023

Apologies, I need to get AresIndexer using a development branch. If you move to the development branch of Achilles that fix has been made there.

@katy-sadowski
Copy link

This is still an issue, even using develop branch of AresIndexer. I got it to work by using develop branch of Achilles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants