Skip to content
Snippets Groups Projects
Commit db307f08 authored by Holger Brandl's avatar Holger Brandl
Browse files

renamed BashHelpers to Bash

parent 4b055937
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,11 @@ pCutoff <- 0.05
#glMappedSub <- glMapped %>% do({shuffle(.) %>% head(1500)})
#count(glMappedSub, cluster)
## sync reactome pacakge to node
if(Sys.getenv("LSF_SERVERDIR")!="" && dir.exists("/tmp/local_r_packages")){
system("scp -r falcon:/tmp/local_r_packages /tmp")
}
require.auto(clusterProfiler)
require.auto(ReactomePA)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment