Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pertz-lab
shiny-timecourse-inspector
Commits
1232aa7a
Commit
1232aa7a
authored
Oct 06, 2019
by
dmattek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: ability to upload ompressed files
parent
a5ad4d34
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ui.R
ui.R
+1
-1
No files found.
ui.R
View file @
1232aa7a
...
...
@@ -24,7 +24,7 @@ shinyUI(fluidPage(
fileInput
(
'inFileLoadNuc'
,
"Select data file and click Load Data"
,
accept
=
c
(
'text/csv'
,
'text/comma-separated-values,text/plain'
)
accept
=
c
(
'text/csv'
,
'text/comma-separated-values,text/plain'
,
"application/gzip"
,
"application/bz2"
),
),
radioButtons
(
"inRbutLongWide"
,
actionLink
(
"alDataFormat"
,
"Data Format:"
),
c
(
"Long"
=
0
,
"Wide"
=
1
),
inline
=
T
),
...
...
Write
Preview
Markdown
is supported
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