Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
RPACIB
Commits
a51f608c
Commit
a51f608c
authored
Jun 05, 2018
by
jlopez
Browse files
Update interface
parent
97c7b0a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/pages_def_home.R
View file @
a51f608c
tabHome
=
fluidPage
(
align
=
"left"
,
column
(
width
=
12
,
box
(
title
=
"Help"
,
width
=
NULL
,
collapsible
=
TRUE
,
status
=
"primary"
,
solidHeader
=
TRUE
,
p
(
"Use button 'Generate' for generate your file and the dowload button for get your file."
),
br
(),
tags
$
b
(
"Bioinformatics tools: "
),
p
(
"Add your tools by clicking on the corresponding fields in the table. They appear in the field below."
),
br
(),
tags
$
b
(
"CRAN Packages: "
),
p
(
"Search your package in the filed call 'Package' and click on the name of your package to select it."
),
br
(),
tags
$
b
(
"Bioconductor Packages: "
),
p
(
"Search your package in the filed call 'Package' and click on the name of your package to select it."
),
br
(),
tags
$
b
(
"Github R Packages: "
),
p
(
"Add your tools by clicking on the corresponding fields in the table. They appear in the field so below."
),
br
()
)),
column
(
width
=
2
,
box
(
...
...
@@ -22,7 +47,7 @@ tabHome = fluidPage(align="left",
textAreaInput
(
"customDataContainer"
,
"Add custom line to container file:"
),
br
(),
br
(),
p
(
"Use button 'Generate' for generate your file and the dowload button for get your file."
),
actionButton
(
"createContainer"
,
label
=
"Generate"
,
icon
(
"paper-plane"
),
style
=
"color: #fff; background-color: #337ab7; border-color: #2e6da4"
),
downloadButton
(
'downloadContainerFile'
,
label
=
"Dowload"
,
style
=
"color: #fff; background-color: #337ab7; border-color: #2e6da4"
)
...
...
@@ -40,18 +65,18 @@ tabHome = fluidPage(align="left",
div
(
id
=
"formContainer"
,
br
(),
selectizeInput
(
'selectedBiocontainer'
,
'Biocontainer tools selected:'
,
choices
=
NULL
,
multiple
=
TRUE
,
options
=
list
(
maxItems
=
30000
))),
p
(
"Add your tools by clicking on the corresponding fields in the table. They appear in the field below."
),
DT
::
dataTableOutput
(
'dtbiocontainer'
)
),
tabPanel
(
'CRAN Packages'
,
p
(
"Search your package in the filed call 'Package' and click on the name of your package to select it."
),
withSpinner
(
DT
::
dataTableOutput
(
'dtrcranpackage'
),
type
=
4
,
proxy.height
=
"150px"
)
),
tabPanel
(
'Bioconductor Packages'
,
div
(
id
=
"formBioconductor"
,
# br(),
#selectizeInput('selectedBioconductor', 'R Bioconductor selected:', choices = NULL, multiple=TRUE, options = list(maxItems = 30000)),
p
(
"Search your package in the filed call 'Package' and click on the name of your package to select it."
),
DT
::
dataTableOutput
(
'dtrbioconductorpackage'
))),
tabPanel
(
'Github R Packages'
,
textInput
(
"inputGithub"
,
"Package name:"
,
""
),
...
...
@@ -59,7 +84,7 @@ tabHome = fluidPage(align="left",
div
(
id
=
"formGithub"
,
br
(),
br
(),
selectizeInput
(
'rgithubpackagelist'
,
'R Github selected:'
,
choices
=
NULL
,
multiple
=
TRUE
,
options
=
list
(
maxItems
=
30000
)),
p
(
"Add your tools by clicking on the corresponding fields in the table. They appear in the field so below."
),
br
(),
br
(),
DT
::
dataTableOutput
(
'dtrgithubpackage'
)))
...
...
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