Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
RPACIB
Commits
8c5cc686
Commit
8c5cc686
authored
Jun 06, 2018
by
jlopez
Browse files
fin sing
parent
74840246
Changes
1
Show whitespace changes
Inline
Side-by-side
server/opt_home.R
View file @
8c5cc686
...
...
@@ -373,8 +373,8 @@ createBiocontainer <- function(result, haveR) {
result
<-
paste0
(
result
,
"\n"
)
result
<-
paste
(
result
,
"\t
mkdir /opt/biotools
"
,
sep
=
"\n"
)
result
<-
paste
(
result
,
"\t
mkdir /opt/biotools
/bin"
,
sep
=
"\n"
)
result
<-
paste
(
result
,
'\tif[!-d "/opt/biotools"];then
mkdir /opt/biotools
; fi'
,
sep
=
"\n"
)
result
<-
paste
(
result
,
'\tif[!-d "/opt/biotools/bin"];then
mkdir /opt/biotools
; fi'
,
sep
=
"\n"
)
result
<-
paste
(
result
,
"\tchmod 777 -R /opt/biotools/"
,
sep
=
"\n"
)
result
<-
paste
(
result
,
"\texport PATH=/opt/biotools/bin:$PATH"
,
sep
=
"\n"
)
...
...
Write
Preview
Supports
Markdown
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