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
e3c8ea74
Commit
e3c8ea74
authored
Jun 13, 2018
by
khalid
Browse files
Merge branch 'master' of
http://gitlab.mbb.univ-montp2.fr/jlopez/RPACIB
parents
6faff451
f4e84559
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/opt_home.R
View file @
e3c8ea74
...
...
@@ -351,20 +351,13 @@ createBioconductorPackage <- function(result) {
}
createPathBiocontainer
<-
function
(
result
)
{
print
(
"PATH"
)
if
(
input
$
containerType
==
"singularity"
)
{
selectBioTool
<-
input
$
selectedBiocontainer
for
(
tool
in
selectBioTool
){
print
(
tool
)
to
<-
getInstallToolEnvBioContainer
(
tool
,
input
$
containerType
)
print
(
to
)
if
(
is.character
(
to
))
{
result
<-
paste0
(
result
,
"\n\t"
,
to
)
}
...
...
@@ -385,8 +378,6 @@ createPathBiocontainer <- function(result) {
}
print
(
result
)
return
(
result
)
}
...
...
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