Skip to content
Snippets Groups Projects
Commit 1cd0f72e authored by Francesco Sabatini's avatar Francesco Sabatini
Browse files

minor fixes

parent f5b9a261
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ require(doParallel) ...@@ -18,7 +18,8 @@ require(doParallel)
source("99_HIDDEN_functions.R") source("99_HIDDEN_functions.R")
Mesobromion <- function(species.path, traits.path, output, myfunction="get.corXY.bootstr", max.inter.t, chunkn, chunk.i, nperm=199){ Mesobromion <- function(species.path, traits.path, output, myfunction="get.corXY.bootstrap
", max.inter.t, chunkn, chunk.i, nperm=199){
myfunction <- get(myfunction) myfunction <- get(myfunction)
## calculate corr between species composition matrix and traits ## calculate corr between species composition matrix and traits
......
...@@ -22,11 +22,11 @@ output=/data/splot/HIDDEN/output/HIDDEN ...@@ -22,11 +22,11 @@ output=/data/splot/HIDDEN/output/HIDDEN
Rscript \ Rscript \
cli_01b.r \ cli_01b.r \
--max.inter.t 3 \ --max.inter.t 2 \
--chunk.i $SGE_TASK_ID \ --chunk.i $SGE_TASK_ID \
--chunkn 399 \ --chunkn 300 \
--nperm 199 \ --nperm 999 \
/data/splot/HIDDEN/species.out.10perc.txt \ /data/splot/HIDDEN/species.out.10perc.txt \
/data/splot/HIDDEN/traits.out.10perc.txt \ /data/splot/HIDDEN/traits.out.10perc.txt \
"$output" \ "$output" \
"get.corXY" "get.corXY.bootstrap"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment