Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amine GHOZLANE
shaman
Commits
53827f61
Commit
53827f61
authored
Mar 30, 2017
by
Amine GHOZLANE
Browse files
Debug krona tmp
parent
8d98739f
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.R
View file @
53827f61
...
...
@@ -1932,9 +1932,9 @@ shinyServer(function(input, output,session) {
if
(
input
$
NormOrRaw
==
"norm"
)
res
=
Plot_Visu_Krona
(
input
,
resDiff
,
dataMergeCounts
()
$
CT_Norm
,
taxo_table
)
else
res
=
Plot_Visu_Krona
(
input
,
resDiff
,
dataMergeCounts
()
$
CT_noNorm
,
taxo_table
)
}
temp
=
tempfile
(
pattern
=
"file"
,
tmpdir
=
tempdir
(),
fileext
=
".tsv"
)
temp
=
tempfile
(
pattern
=
"file"
,
fileext
=
".tsv"
)
write.table
(
res
,
file
=
temp
,
quote
=
F
,
sep
=
"\t"
,
row.names
=
F
,
col.names
=
F
)
Sys.chmod
(
temp
,
mode
=
"
7777
"
,
use_umask
=
TRUE
)
Sys.chmod
(
temp
,
mode
=
"
0333
"
,
use_umask
=
TRUE
)
return
(
temp
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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