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
3060626e
Commit
3060626e
authored
Jun 06, 2018
by
jlopez
Browse files
Update help
parent
363cdd5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/pages_def_home.R
View file @
3060626e
...
@@ -8,21 +8,17 @@ tabHome = fluidPage(align="left",
...
@@ -8,21 +8,17 @@ tabHome = fluidPage(align="left",
status
=
"primary"
,
status
=
"primary"
,
solidHeader
=
TRUE
,
solidHeader
=
TRUE
,
tags
$
b
(
"Bioinformatics tools: "
),
tags
$
b
(
"Bioinformatics tools: "
),
p
(
"Select each tool by clicking on the corresponding field in the table. "
),
p
(
"Select each tool by clicking on the corresponding field in the table. They appear in the field so below."
),
br
(),
tags
$
b
(
"CRAN R Packages: "
),
tags
$
b
(
"CRAN R Packages: "
),
p
(
"Search your package in the filed 'Package' and click on the name of your package to select it."
),
p
(
"Search your package in the filed 'Package' and click on the name of your package to select it."
),
br
(),
tags
$
b
(
"Bioconductor R Packages: "
),
tags
$
b
(
"Bioconductor R Packages: "
),
p
(
"Search your package in the filed 'Package' and click on the name of your package to select it."
),
p
(
"Search your package in the filed 'Package' and click on the name of your package to select it."
),
br
(),
tags
$
b
(
"Github R Packages: "
),
tags
$
b
(
"Github R Packages: "
),
p
(
"Add your tools by clicking on the corresponding field in the table. They appear in the field so below."
),
p
(
"Add your tools by clicking on the corresponding field in the table. They appear in the field so below."
),
br
(),
p
(
"Use 'Generate' button to generate your recipe in the preview area then copy/paste the text or use dowload button to get your file."
),
p
(
"Use 'Generate' button to generate your recipe in the preview area then copy/paste the text or use dowload button to get your file."
),
p
(
"#
To build the image from the recipes file named ubuntu6.10_stacks2.0.simg :"
),
tags
$
b
(
"
To build the image from the recipes file named ubuntu6.10_stacks2.0.simg :"
),
p
(
"sudo singularity build ubuntu6.10_stacks2.0.simg ubuntu6.10_stacks2.0.recipes"
),
p
(
"sudo singularity build ubuntu6.10_stacks2.0.simg ubuntu6.10_stacks2.0.recipes"
),
p
(
"# t
o run a program inside the image container :"
),
tags
$
b
(
"T
o run a program inside the image container :"
),
p
(
" singularity exec ubuntu6.10_stacks2.0.simg python --version "
),
p
(
" singularity exec ubuntu6.10_stacks2.0.simg python --version "
),
p
(
"singularity exec ubuntu6.10_stacks2.0.simg python -c 'import pysam; print 2*2'"
)
p
(
"singularity exec ubuntu6.10_stacks2.0.simg python -c 'import pysam; print 2*2'"
)
)),
)),
...
...
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