-
Notifications
You must be signed in to change notification settings - Fork 0
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
ORCA setup #33
Comments
@tmozgach Please |
What packages are installed for R? Since installing several R packages on Linux can take a while due to compilation, it would help if a few main ones come pre-installed. I've put together an initial list below, but it might get longer after discussing more specific goals with team members. R Packages
|
There are currently no R packages installed, other than the base packages. Rscript -e 'install.packages(c("tidyverse", …, "data.table", "ggplot2", "knitr"))' and Bioconductor, using these instructions: https://www.bioconductor.org/install/ Rscript -e 'source("https://bioconductor.org/biocLite.R"); biocLite()' Thanks! |
Will add to the list of R packages to be installed: 'phytools', plus dependencies 'ape' (>= 4.0), and 'maps' Git, of all things, isn't on the server software list, but I have to assume it's there... (?) |
@morien Only those software installed by either |
@tmozgach Please add |
@sjackman ah okay, well then we can strike "tree" from the list of requests, that would also get installed with the OS package manager, not brew or pip |
The Docker image that we're using is |
From Project 8: "Could we get scikit-learn and pytorch preinstalled on our ORCA machines?"
|
@tmozgach I've added the software listed in the comments above the to the summary of this issue: |
@lchong Could you please send me the names and e-mail addresses of the project leads so that we can create ORCA accounts for them? |
Thanks, Lauren! |
@tmozgach @sjackman
Hi all, we can use this issue to centralize the conversation about ORCA software installations prior to the event. Here are the requests from team leaders so far:
Project 2
See issue for full discussion (hackseq/hackseq_projects_2017#2)
Project 6
Long Rangerlicense prevents redistributionProject 8
R Packages
Bioconductor
data.table
devtools
DiagrammeR
doMC
DT
fuzzyjoin
ggplot
igraph
knitr
pander
revealjs
rmarkdown
roxygen2
tidyverse
phytools
I'll follow up shortly with the leaders to remind them to put together their lists.
The text was updated successfully, but these errors were encountered: