Previous changeset 1:189ae8d7e08e (2020-04-10) Next changeset 3:ca1fb032116d (2021-09-13) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqwish/ commit 9e70ae101ba20a619ea12a044d3a161cafeb2fe1" |
modified:
seqwish.xml |
b |
diff -r 189ae8d7e08e -r d90d8d79bca9 seqwish.xml --- a/seqwish.xml Fri Apr 10 11:26:37 2020 -0400 +++ b/seqwish.xml Wed Jul 21 21:17:03 2021 +0000 |
[ |
@@ -1,7 +1,7 @@ <tool id="seqwish" name="seqwish" version="@TOOL_VERSION@" > <description>Alignment to variation graph inducer</description> <macros> - <token name="@TOOL_VERSION@">0.4.1</token> + <token name="@TOOL_VERSION@">0.7.1</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">seqwish</requirement> @@ -46,7 +46,7 @@ <test> <param name="seqs" value="A-3105.fa.gz" /> <param name="paf_alns" value="A-3105.paf.gz" /> - <output name="out_gfa" md5="176f9b4be76a2e69550da9b9c39ac5eb" /> + <output name="out_gfa" md5="f82bea6331f62e86cce543c36fb4c1f6" /> </test> <test> <param name="seqs" value="A-3105.fa.gz" /> @@ -54,7 +54,7 @@ <param name="r" value="3000" /> <param name="k" value="1" /> <param name="B" value="1000000" /> - <output name="out_gfa" md5="176f9b4be76a2e69550da9b9c39ac5eb" /> + <output name="out_gfa" md5="f82bea6331f62e86cce543c36fb4c1f6" /> </test> </tests> <help><![CDATA[ |