Repository 'pretext_snapshot'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/pretext_snapshot

Changeset 8:9ec9c22767c8 (2025-06-25)
Previous changeset 7:26f2fe7e53a1 (2024-11-13) Next changeset 9:0cc7a80463b9 (2025-11-07)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit cf70bdb2a5730c0bde57c181c877678073888e7c
modified:
pretext_snapshot.xml
test-data/fullmap1.jpg
test-data/snapshot1.jpg
test-data/snapshot2.jpg
test-data/snapshot3.jpg
removed:
test-data/fullmap2.bmp
b
diff -r 26f2fe7e53a1 -r 9ec9c22767c8 pretext_snapshot.xml
--- a/pretext_snapshot.xml Wed Nov 13 14:30:47 2024 +0000
+++ b/pretext_snapshot.xml Wed Jun 25 14:51:42 2025 +0000
b
@@ -1,7 +1,7 @@
 <tool id="pretext_snapshot" name="Pretext Snapshot"  version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
         <description>image generator for Pretext contact maps</description>
     <macros>
-        <token name="@TOOL_VERSION@">0.0.4</token>
+        <token name="@TOOL_VERSION@">0.0.5</token>
         <token name="@VERSION_SUFFIX@">0</token>
     </macros>
     <requirements>
@@ -118,7 +118,11 @@
             <param name="sequences" value="=full"/>
             <param name="mintexels" value="60"/>
             <output_collection name="pretext_snap_out" count="1">
-                <element name="pretext_snapshotFullMap" ftype="bmp" file="fullmap2.bmp"/>
+                <element name="pretext_snapshotFullMap" ftype="bmp">
+                    <assert_contents>
+                        <has_size value="1470054" delta="1000"/>
+                    </assert_contents>
+                </element>
             </output_collection>
         </test>
     </tests>
b
diff -r 26f2fe7e53a1 -r 9ec9c22767c8 test-data/fullmap1.jpg
b
Binary file test-data/fullmap1.jpg has changed
b
diff -r 26f2fe7e53a1 -r 9ec9c22767c8 test-data/fullmap2.bmp
b
Binary file test-data/fullmap2.bmp has changed
b
diff -r 26f2fe7e53a1 -r 9ec9c22767c8 test-data/snapshot1.jpg
b
Binary file test-data/snapshot1.jpg has changed
b
diff -r 26f2fe7e53a1 -r 9ec9c22767c8 test-data/snapshot2.jpg
b
Binary file test-data/snapshot2.jpg has changed
b
diff -r 26f2fe7e53a1 -r 9ec9c22767c8 test-data/snapshot3.jpg
b
Binary file test-data/snapshot3.jpg has changed