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

Swap out fishpond for eds #772

Merged
merged 5 commits into from
Jun 6, 2024
Merged

Swap out fishpond for eds #772

merged 5 commits into from
Jun 6, 2024

Conversation

jashapiro
Copy link
Member

While I was wrong about AlexsLemonade/scpcaTools#277, I had originally noticed the change when remaking output files for this repo, so here I am swapping out fishpond for eds in the renv for this repository. This is because the function that tximport uses to speed up reading alevin files has moved to eds. By installing eds we can quiet the new warning, and get faster imports.

For June 2024, I have already installed eds on the server, but that is not reflected here or in the docker image. I don't necessarily think we need to update the docker image, but we could if we wanted to by retagging the release (or adding a point update release).

@jashapiro jashapiro requested a review from sjspielman June 5, 2024 21:18
@sjspielman
Copy link
Member

I don't necessarily think we need to update the docker image, but we could if we wanted to by retagging the release (or adding a point update release).

I'm not convinced this is necessary either, up to you!

Copy link
Member

@sjspielman sjspielman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 , assuming docker builds, which I expect it to!

Comment on lines +78 to +79
# Temporary fix for broken(?) RSamtools package
RUN Rscript -e "install.packages('BiocManager'); BiocManager::install('Rsamtools')"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooof what happened to RSamtools?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure... something in an interaction between the Bioc docker image, renv and Rsamtools means that the package it downloads is corrupted and fails to untar properly. Ally ran into it in her Docker image a week or so ago. I'm expecting it to be resolved at some point when things rebuild somewhere.

@jashapiro jashapiro merged commit 31bf431 into master Jun 6, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants