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
2078f60d
Commit
2078f60d
authored
Sep 12, 2014
by
Georges Kunstler
Browse files
test directory issue with qsub 2
parent
974280ac
Changes
1
Show whitespace changes
Inline
Side-by-side
launch.cluster/launch_all_data.glmer.bash
View file @
2078f60d
...
...
@@ -8,7 +8,7 @@ pwd
for
trait
in
"'SLA'"
"'Leaf.N'"
"'Wood.density'"
"'Max.height'"
"'Seed.mass'"
;
do
echo
"/usr/local/R/R-3.
0
.1/bin/Rscript -e
\"
source('R/analysis/glmer.run.R'); print(getwd());print('done')
\"
"
>
Rscript_temp/gdata1
$trait
.sh
echo
"/usr/local/R/R-3.
1
.1/bin/Rscript -e
\"
source('R/analysis/glmer.run.R'); print(getwd());print('done')
\"
"
>
Rscript_temp/gdata1
$trait
.sh
qsub Rscript_temp/gdata1
$trait
.sh
-l
nodes
=
1:ppn
=
1,mem
=
8gb
-N
"gdata1
$trait
"
-q
opt32G
-j
oe
# # echo "/usr/local/R/R-3.0.1/bin/Rscript -e \"source('R/analysis/glmer.run.R'); load.and.save.data.for.glmer($trait, cat.TF=TRUE);print('done')\"" > Rscript_temp/gdata2$trait.sh
...
...
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