Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kunstler Georges
traitcompet
Commits
8f82cdca
Commit
8f82cdca
authored
Sep 06, 2015
by
kunstler
Browse files
launch data for intra
parent
4f06fce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
launch.cluster/launch_all_data.lmer.bash
View file @
8f82cdca
...
...
@@ -8,11 +8,10 @@ for trait in "'SLA'" "'Leaf.N'" "'Wood.density'" "'Max.height'" "'Seed.mass'"; d
echo
"/usr/local/R/R-3.1.1/bin/Rscript -e
\"
source('R/analysis/lmer.run.R'); load.and.save.data.for.lmer(
$trait
);print('done')
\"
"
>
Rscript_temp/data1
$trait
.sh
qsub Rscript_temp/data1
$trait
.sh
-d
~/trait.competition.workshop
-l
nodes
=
1:ppn
=
1,mem
=
8gb
-N
"data1
$trait
"
-q
opt32G
-j
oe
echo
"/usr/local/R/R-3.1.1/bin/Rscript -e
\"
source('R/analysis/lmer.run.R'); load.and.save.data.for.lmer(
$trait
, data.type = 'all.census');print('done')
\"
"
>
Rscript_temp/data1A
$trait
.sh
qsub Rscript_temp/data1A
$trait
.sh
-d
~/trait.competition.workshop
-l
nodes
=
1:ppn
=
1,mem
=
8gb
-N
"data1A
$trait
"
-q
opt32G
-j
oe
echo
"/usr/local/R/R-3.1.1/bin/Rscript -e
\"
source('R/analysis/lmer.run.R'); load.and.save.data.for.lmer(
$trait
, data.type = 'intra');print('done')
\"
"
>
Rscript_temp/data1I
$trait
.sh
qsub Rscript_temp/data1I
$trait
.sh
-d
~/trait.competition.workshop
-l
nodes
=
1:ppn
=
1,mem
=
8gb
-N
"data1I
$trait
"
-q
opt32G
-j
oe
done
echo
"/usr/local/R/R-3.1.1/bin/Rscript -e
\"
source('R/analysis/lmer.run.R'); load.and.save.data.for.lmer('SLA', data.type = 'Multi');print('done')
\"
"
>
Rscript_temp/dataMulti.sh
qsub Rscript_temp/dataMulti.sh
-d
~/trait.competition.workshop
-l
nodes
=
1:ppn
=
1,mem
=
8gb
-N
"dataMulti"
-q
opt32G
-j
oe
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment