# HG changeset patch
# User ecology
# Date 1748161393 0
# Node ID 4bcab54d19ebdbe8fbb02e8e162a154427c4af06
# Parent d19c3cbbdd7ed59af328ea8f755f17d16c0dc3b8
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Phylodiversity_workflow commit 3149b752715a4097aa6f125cbcf291b2da106599
diff -r d19c3cbbdd7e -r 4bcab54d19eb CRSconverter.R
--- 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")
}
diff -r d19c3cbbdd7e -r 4bcab54d19eb CRSconverter.xml
--- a/CRSconverter.xml Tue May 20 09:52:08 2025 +0000
+++ b/CRSconverter.xml Sun May 25 08:23:13 2025 +0000
@@ -2,7 +2,7 @@
from environmental predictors for species distribution modeling
- 1.0
+ 1.1
0
@@ -36,7 +36,7 @@
#if $output_file_format == 'shp'
&&
mkdir -p '$shapefile.extra_files_path' &&
- mv output.* ${shapefile.extra_files_path}
+ mv shapefile.* ${shapefile.extra_files_path}
#else
&& mv output.* '$output'
#end if
@@ -129,10 +129,10 @@
diff -r d19c3cbbdd7e -r 4bcab54d19eb test-data/shapefile/output.dbf
Binary file test-data/shapefile/output.dbf has changed
diff -r d19c3cbbdd7e -r 4bcab54d19eb test-data/shapefile/output.prj
--- a/test-data/shapefile/output.prj Tue May 20 09:52:08 2025 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-PROJCS["unknown",GEOGCS["GCS_unknown",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Latitude_Of_Origin",-90.0],UNIT["Meter",1.0]]
\ No newline at end of file
diff -r d19c3cbbdd7e -r 4bcab54d19eb test-data/shapefile/output.shp
Binary file test-data/shapefile/output.shp has changed
diff -r d19c3cbbdd7e -r 4bcab54d19eb test-data/shapefile/output.shx
Binary file test-data/shapefile/output.shx has changed
diff -r d19c3cbbdd7e -r 4bcab54d19eb test-data/shapefile/shapefile.dbf
Binary file test-data/shapefile/shapefile.dbf has changed
diff -r d19c3cbbdd7e -r 4bcab54d19eb test-data/shapefile/shapefile.prj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/shapefile/shapefile.prj Sun May 25 08:23:13 2025 +0000
@@ -0,0 +1,1 @@
+PROJCS["unknown",GEOGCS["GCS_unknown",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Latitude_Of_Origin",-90.0],UNIT["Meter",1.0]]
\ No newline at end of file
diff -r d19c3cbbdd7e -r 4bcab54d19eb test-data/shapefile/shapefile.shp
Binary file test-data/shapefile/shapefile.shp has changed
diff -r d19c3cbbdd7e -r 4bcab54d19eb test-data/shapefile/shapefile.shx
Binary file test-data/shapefile/shapefile.shx has changed