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
reservebenefit
worldmap_fish_genetic_diversity
Commits
968e164a
Commit
968e164a
authored
Oct 25, 2018
by
peguerin
Browse files
Update README.md
parent
5b2e59c2
Pipeline
#168
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
968e164a
...
@@ -7,17 +7,17 @@ This folder contains all the scripts to reproduce all the analysis
...
@@ -7,17 +7,17 @@ This folder contains all the scripts to reproduce all the analysis
1.
[
Introduction
](
#1-introduction
)
1.
[
Introduction
](
#1-introduction
)
2.
[
Installation
](
#2-installation
)
2.
[
Installation
](
#2-installation
)
1.
[
Prerequisite
](
#21-prerequisite
)
1.
[
Prerequisite
](
#21-prerequisite
)
2.
[
Data Files
](
#22-data-files
)
2.
[
Data Files
](
#22-data-files
)
3.
[
Set up
](
#23-set-up
)
3.
[
Set up
](
#23-set-up
)
3.
[
Scripts Code Source
](
#3-scripts-code-source
)
3.
[
Scripts Code Source
](
#3-scripts-code-source
)
4.
[
Reporting bugs
](
#4-reporting-bugs
)
4.
[
Reporting bugs
](
#4-reporting-bugs
)
5.
[
Running the pipeline
](
#5-running-the-pipeline
)
5.
[
Running the pipeline
](
#5-running-the-pipeline
)
1.
[
Filter raw data
](
#51-filter-raw-data
)
1.
[
Filter raw data
](
#51-filter-raw-data
)
2.
[
Georeferenced sequences alignments by species
](
#52-data-files
)
2.
[
Georeferenced sequences alignments by species
](
#52-data-files
)
3.
[
Species sequence pairwise comparison
](
#53-species-sequence-pairwise-comparison
)
3.
[
Species sequence pairwise comparison
](
#53-species-sequence-pairwise-comparison
)
4.
[
Genetic Diversity calculation
](
#54-genetic-diversity-calculation
)
4.
[
Genetic Diversity calculation
](
#54-genetic-diversity-calculation
)
5.
[
Statistical analysis
](
#55-statistical-analysis
)
5.
[
Statistical analysis
](
#55-statistical-analysis
)
# 1. Introduction
# 1. Introduction
...
@@ -32,13 +32,7 @@ You must install the following softwares and packages :
...
@@ -32,13 +32,7 @@ You must install the following softwares and packages :
-
[
JULIA Version 0.5.2
](
https://julialang.org/
)
-
[
JULIA Version 0.5.2
](
https://julialang.org/
)
-
[
R Version 3.2.3
](
https://cran.r-project.org/
)
-
[
R Version 3.2.3
](
https://cran.r-project.org/
)
-
[R-package]ggplot2
`install.packages("ggplot2")`
-
[R-package]ggplot2
`install.packages("ggplot2")`
-
[R-package]rgeos
`install.packages("rgeos")`
-
[R-package]rgeos
`install.packages("rgeos")`
or alternatively
`install.packages("https://cran.r-project.org/src/contrib/Archive/rgeos/rgeos_0.3-26.tar.gz", type="source")`
-
or alternatively
```
packageRgeosURL="https://cran.r-project.org/src/contrib/Archive/rgeos/rgeos_0.3-26.tar.gz"
install.packages(packageRgeosURL, type="source")
```
install.packages(packageRgeosURL, type="source")
-
[R-package]rgdal
`install.packages("rgdal")`
it may require to install
`libgdal-dev`
-
[R-package]rgdal
`install.packages("rgdal")`
it may require to install
`libgdal-dev`
-
[R-package]nodiv
`install.packages("nodiv")`
-
[R-package]nodiv
`install.packages("nodiv")`
-
[R-package]raster
`install.packages("raster")`
-
[R-package]raster
`install.packages("raster")`
...
...
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