diff CRSconverter.R @ 1:4bcab54d19eb draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Phylodiversity_workflow commit 3149b752715a4097aa6f125cbcf291b2da106599
author ecology
date Sun, 25 May 2025 08:23:13 +0000
parents d19c3cbbdd7e
children
line wrap: on
line diff
--- a/CRSconverter.R	Tue May 20 09:52:08 2025 +0000
+++ b/CRSconverter.R	Sun May 25 08:23:13 2025 +0000
@@ -31,7 +31,7 @@
 
 
 save_as_shp_fun <- function(){
-    write_sf(Transformed_spacial_coordinates, "output.shp")
+    write_sf(Transformed_spacial_coordinates, "shapefile.shp")
 }