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
Amine GHOZLANE
shaman
Commits
3db8a887
Commit
3db8a887
authored
Dec 09, 2016
by
svolant
Browse files
remove saved project
parent
c6c4790a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui.R
View file @
3db8a887
...
...
@@ -257,7 +257,8 @@ body <- dashboardBody(
br
(),
fluidRow
(
box
(
title
=
"Select your file format"
,
width
=
3
,
status
=
"success"
,
solidHeader
=
TRUE
,
collapsible
=
FALSE
,
selectInput
(
"FileFormat"
,
""
,
c
(
"Count table & taxonomy (*.csv or *.tsv)"
=
"fileCounts"
,
"BIOM file"
=
"fileBiom"
,
"Saved project"
=
"fileRData"
),
selected
=
"fileCounts"
),
# selectInput("FileFormat","",c("Count table & taxonomy (*.csv or *.tsv)"="fileCounts","BIOM file"="fileBiom","Saved project"="fileRData"),selected="fileCounts"),
selectInput
(
"FileFormat"
,
""
,
c
(
"Count table & taxonomy (*.csv or *.tsv)"
=
"fileCounts"
,
"BIOM file"
=
"fileBiom"
),
selected
=
"fileCounts"
),
conditionalPanel
(
condition
=
"input.FileFormat=='fileCounts'"
,
checkboxInput
(
"NoTaxoFile"
,
"No taxonomy table"
,
value
=
FALSE
)
)
...
...
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