Repository 'ecoregion_taxa_seeker'
hg clone https://toolshed.g2.bx.psu.edu/repos/ecology/ecoregion_taxa_seeker

Changeset 4:2152f424e7a2 (2024-10-16)
Previous changeset 3:18c4cd785a74 (2024-09-11) Next changeset 5:68d98dbd8bfc (2025-05-14)
Commit message:
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit c41939f1cdc03331ec021d47495576a6b0c5fd14
modified:
cluster_ceamarc.R
b
diff -r 18c4cd785a74 -r 2152f424e7a2 cluster_ceamarc.R
--- a/cluster_ceamarc.R Wed Sep 11 09:20:14 2024 +0000
+++ b/cluster_ceamarc.R Wed Oct 16 11:46:35 2024 +0000
[
@@ -41,7 +41,7 @@
 
 clus <- cbind(data.bio[1:nrow(test3), 1:2],test5$clustering)
 names(clus) <- c("lat", "long", "cluster")
-clus <- cbind(clus,test3,env.data[,3:19])
+clus <- cbind(clus,test3,env.data[,3:ncol(env.data)])
 
 write.table(clus[1:3], file = "points_clus.tsv", quote = FALSE, sep="\t", row.names = FALSE)
 write.table(clus, file = "clus.tsv", quote = FALSE, sep="\t", row.names = FALSE)