comparison ogrinfo.xml @ 1:7bdf6ee695a8 draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tools/gdal commit 364a5d42a421ba84be844f293eaa6d7b4bac4259
author ecology
date Thu, 28 Feb 2019 04:43:13 -0500
parents edd99ac6d4a4
children 5b2417aa0b62
comparison
equal deleted inserted replaced
0:edd99ac6d4a4 1:7bdf6ee695a8
44 </outputs> 44 </outputs>
45 <tests> 45 <tests>
46 <test> 46 <test>
47 <param name="input1" value="custom.geo.json"/> 47 <param name="input1" value="custom.geo.json"/>
48 <param name="advanced" value="simple"/> 48 <param name="advanced" value="simple"/>
49 <output name="output" file="ogrinfo_test1_out2.txt" lines_diff="4"/> 49 <output name="output" file="ogrinfo_test1_out2.txt" lines_diff="82"/>
50 </test> 50 </test>
51 <test> 51 <!--
52 #Layername OGRGeoJSON is basicaly input filename, so in Galaxy it become "dataset_X". I couldn't create a test using the sql option, "X" will change every time we add or remove a testfile.
53 <test>
52 <param name="input1" value="custom.geo.json"/> 54 <param name="input1" value="custom.geo.json"/>
53 <param name="advanced" value="advanced"/> 55 <param name="advanced" value="advanced"/>
54 <param name="sql" value="sql"/> 56 <param name="sql" value="sql"/>
55 <param name="sql_statement" value="SELECT * FROM OGRGeoJSON"/> <!-- WARNING the FROM here is fixed to pass travis test, the dataset number changes depending of the input --> 57 <param name="sql_statement" value="SELECT * FROM OGRGeoJSON"/>
56 <param name="so" value="-so"/> 58 <param name="so" value="-so"/>
57 <output name="output" file="ogrinfo_test2_out2.txt" lines_diff="4"/> 59 <output name="output" file="ogrinfo_test2_out2.txt" lines_diff="4"/>
58 </test> 60 </test>
61 -->
59 </tests> 62 </tests>
60 <help><![CDATA[ 63 <help><![CDATA[
61 ======== 64 ========
62 Ogrinfo 65 Ogrinfo
63 ======== 66 ========