You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like reshape2 is used by gene-id-annotation_microarray_01_ensembl.Rmd but was not added to the Dockerfile and image in that PR: #212 .
Unless you install the reshape2 package on your Docker container, snakemake will not successfully run. Apparently only reshape is included in the tidyverse set of packages?
- `if` install step should be added to this Rmd for the users purposes.
- `reshape2` should be added to the Dockerfile.
- The Docker image should be rebuilt from that Dockerfile and pushed to dockerhub.
Is this an opportunity to modernize instead? #218 (comment)
Ah yes. Even better. Let's do that to the microarray analysis notebook than too. Will change the title of this issue.
cansavvy
changed the title
Reshape2 needs to be added to the Dockerfile and image
"Modernize" the reshape2::melt step in the microarray gene id conversion notebook
Sep 22, 2020
It looks like
reshape2
is used by gene-id-annotation_microarray_01_ensembl.Rmd but was not added to the Dockerfile and image in that PR: #212 .Unless you install the
reshape2
package on your Docker container, snakemake will not successfully run. Apparently onlyreshape
is included in the tidyverse set of packages?- `if` install step should be added to this Rmd for the users purposes. - `reshape2` should be added to the Dockerfile. - The Docker image should be rebuilt from that Dockerfile and pushed to dockerhub.Update :
We should use the strategy used in the RNA-seq gene id conversion notebook in the microarray notebook :
refinebio-examples/02-microarray/gene-id-annotation_microarray_01_ensembl.Rmd
Line 258 in 8a2c52c
The text was updated successfully, but these errors were encountered: