galaxyecology / tools-ecology

Galaxy Tools maintained and developed by the GalaxyE community
MIT License
8 stars 20 forks source link

Ecoregionaliztion workflow tools #79

Closed bgruening closed 1 year ago

bgruening commented 1 year ago

@yvanlebras you never merged in master but in this branch here.

yvanlebras commented 1 year ago

IT seems there is still an error with cluster estimate. Locally, I have:

Attaching package: ‘dplyr’

The following objects are masked from ‘package:stats’:

    filter, lag

The following objects are masked from ‘package:base’:

    intersect, setdiff, setequal, union

── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ forcats   1.0.0     ✔ readr     2.1.4
✔ ggplot2   3.4.4     ✔ stringr   1.5.0
✔ lubridate 1.9.3     ✔ tibble    3.2.1
✔ purrr     1.0.2     ✔ tidyr     1.3.0
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag()    masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Warning message:
Failed to locate timezone database 
Error in names(data.bio) <- c("lat", "long", "pred", "taxon") : 
  'names' attribute [4] must be the same length as the vector [1]
Execution halted
yvanlebras commented 1 year ago

And for "mahe clara cluster, this error on CI here:

The following objects are masked from ‘package:stats’:

    filter, lag

The following objects are masked from ‘package:base’:

    intersect, setdiff, setequal, union

── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ forcats   1.0.0     ✔ readr     2.1.4
✔ ggplot2   3.4.4     ✔ stringr   1.5.0
✔ lubridate 1.9.3     ✔ tibble    3.2.1
✔ purrr     1.0.2     ✔ tidyr     1.3.0
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag()    masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Warning message:
Failed to locate timezone database 
Error in data.frame(..., check.names = FALSE) : 
  arguments imply differing number of rows: 155823, 15
Calls: cbind -> cbind -> data.frame
Execution halted
.
yvanlebras commented 1 year ago

normally it will be better with new test-data files uploaded

yvanlebras commented 1 year ago

Seems to be ok, and on the good branch;) ! @bgruening ok for you?