b-cubed-eu / pdindicatoR

Repository for the phylogenetic indicator calculation workflow as part of the Bcubed project.
MIT License
0 stars 1 forks source link

Seperator needs to be specified in workflow.R #9

Closed mtrekels closed 1 month ago

mtrekels commented 3 months ago

Load datacube To do: generate matching datacube for user-uploaded tree through GBIF SQL API cube <- read.csv(cube_path, stringsAsFactors = FALSE, sep="\t") head(cube)

was not loading correctly without the sep="\" option

LBreugelmans commented 1 month ago

Solved in Workflow.R and README.