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
Pour information : coupure de la forge ce matin entre 6h45 et 7h05 pour une mise à jour de sécurité
Open sidebar
Aurelien Brionne
GenomeFeatures
Commits
c06a6116
Commit
c06a6116
authored
Oct 08, 2019
by
Aurelien Brionne
Browse files
readme update
parent
39350771
Changes
1
Hide 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"
)
"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
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