- [R-package]rgdal please download rgdal at [https://cran.r-project.org/web/packages/rgdal/index.html] and then `install.packages("~/Downloads/rgdal_1.1-10.tar.gz")`
-[MUSCLE Version 3.8.31](https://www.drive5.com/muscle/downloads.html)
## 2.2 Data Files
The included data files are :
*`02-raw_data/seqbold_data.txt` : Georeferenced sequences of individuals from the supergroup "actinopterygii" have been downloaded from [http://www.boldsystems.org/index.php/Public_SearchTerms?taxon=&searchMenu=records&query=actinopterygii]
*`01-infos/grid_equalarea200km`: Shapefile of worldmap equal area projection epsg:4326 with nested equal area grids (cell sizes of 200km)
*`01-infos/grid_equalarea200km` : Shapefile of worldmap equal area projection epsg:4326 with nested equal area grids (cell sizes of 200km)
*`01-infos/ne_110m_land` : Shapefile of worldcoast from [http://www.naturalearthdata.com]
*`01-infos/equalarea_id_coords.tsv` : ID and left/right/top/bottom coordinates of each equal area into the shapefile grid_equalarea200km.
*`01-infos/marine_actinopterygii_species.txt` : List of "actinopterygii" saltwater species according to [http://www.fishbase.org/]
*`01-infos/freshwater_behrman_worldcoast_data_object.RData`: R spatial object from "sp package" which is an equal area grid in Berhmann projection with worldcoast shape and presence/absence of freshwater fish species from [https://www.iucn.org/]
*`01-infos/marine_behrman_worldcoast_data_object.RData` : ... of marine fish species.
* IL EN MANQUE...
# 3. Scripts Code Source
## 3.1 00-scripts/step1 : filter raw data
## Scripts code sources
### 00-scripts/step1 : filter raw data
======================================
#### BASH scripts
### 3.1.1 BASH scripts
*`filter_raw_data.sh` : Keep only the CO1 sequences with lat/lon information
*`get_geo_coordinates.sh` : Uses [http://www.geonames.org/] to find missing coordinates of individual sequences from their textual information of location.
#### PYTHON scripts
### 3.1.2 PYTHON scripts
*`lat_long_DMS_DD_converter.py` : Converts from DMS format to DD format the given coordinates.
### 00-scripts/step2 : georeferenced sequences alignments by species