This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
TCGA_request
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Corrección error de copia en "progress"
main
marcelcosta
1 year ago
parent
5f7637226f
commit
39051f1f96
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
TCGA_request/app.R
+ 1
- 1
TCGA_request/app.R
View File
@ -349,7 +349,7 @@ server <- function(input, output) {
ncol
=
1
)
)
}
else
{
rogress
$
set
(
message
=
"
Ploting"
,
value
=
6
)
p
rogress
$
set
(
message
=
"
Ploting"
,
value
=
6
)
progress
$
close
(
)
return
(
plotAll
)
}
Write
Preview
Loading…
Cancel
Save