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
Solución bug no desaparece la barra de progreso.
main
marcelcosta
1 year ago
parent
9db921e7e1
commit
5f7637226f
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
TCGA_request/app.R
+ 2
- 0
TCGA_request/app.R
View File
@ -349,6 +349,8 @@ server <- function(input, output) {
ncol
=
1
ncol
=
1
)
)
)
)
}
else
{
}
else
{
rogress
$
set
(
message
=
"
Ploting"
,
value
=
6
)
progress
$
close
(
)
return
(
plotAll
)
return
(
plotAll
)
}
}
}
)
}
)
Write
Preview
Loading…
Cancel
Save