Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
Aurelien Brionne
GenomeFeatures
Commits
c06a6116
Commit
c06a6116
authored
Oct 08, 2019
by
Aurelien Brionne
Browse files
readme update
parent
39350771
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
c06a6116
...
...
@@ -9,11 +9,22 @@ The aim of this package is to provide a full genomic features annotation from ge
## Installation
```
r
## using install_gitlab
remotes
::
install_gitlab
(
"aurelien.brionne/GenomeFeatures"
,
host
=
"forgemia.inra.fr"
,
build_opts
=
c
(
"--no-resave-data"
,
"--no-manual"
)
)
## alternative (from local directory)
# clone package (from prompt)
git
clone
https
://
forgemia.inra.fr
/
aurelien.brionne
/
GenomeFeatures.git
# build package (from R console)
devtools
::
build
(
"GenomeFeatures"
)
# install package (from R console)
install.packages
(
"GenomeFeatures_1.0.tar.gz"
,
repos
=
NULL
,
type
=
"source"
)
```
## Quick overview
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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