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
migale
affiliationExplorer
Commits
8cb0e985
Commit
8cb0e985
authored
Mar 09, 2021
by
mahendra-mariadassou
Browse files
Add support for .tabular files
parent
498b296b
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/app_ui.R
View file @
8cb0e985
...
...
@@ -25,7 +25,7 @@ app_ui <- function() {
),
fileInput
(
"tsv"
,
"Upload MultiHits TSV File"
,
accept
=
c
(
"text/tab-separated-values"
,
".tsv"
)
accept
=
c
(
"text/tab-separated-values"
,
".tsv"
,
".tabular"
)
),
HTML
(
"<br/>"
),
downloadButton
(
"download"
,
"Download"
,
class
=
"butt"
),
...
...
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