Mercurial > repos > iuc > microsatbed
diff microsatbed.xml @ 3:a1336aae0d6d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/microsatbed commit 891fc6321cd94c9a63c880d75989d79521f1a9b6
| author | iuc |
|---|---|
| date | Sat, 14 Sep 2024 12:16:51 +0000 |
| parents | e2ae68224857 |
| children |
line wrap: on
line diff
--- a/microsatbed.xml Thu Sep 12 15:40:51 2024 +0000 +++ b/microsatbed.xml Sat Sep 14 12:16:51 2024 +0000 @@ -3,7 +3,7 @@ <description>Short Tandem Repeats to bed features from fasta</description> <macros> <token name="@TOOL_VERSION@">1.3.3</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PYTHON_VERSION@">3.12.3</token> <macro name="subsetmacro"> <param name="subset" type="select" label="Select at least 1 specific motif length to report" @@ -217,9 +217,9 @@ <param name="tetramin" value="20"/> <param name="pentamin" value="20"/> <param name="hexamin" value="20"/> - <output name="bed" value="dibed_wig_sample" compare="sim_size" delta="10"> + <output name="bed" value="dibed_indexed_sample" compare="sim_size" delta="10"> <assert_contents> - <has_size value="73544" delta="10" /> + <has_size value="67559" delta="10" /> </assert_contents> </output> </test>
