Mercurial > repos > iuc > gemini_set_somatic
diff gemini_set_somatic.xml @ 4:7b031989ea12 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
author | iuc |
---|---|
date | Fri, 14 Dec 2018 12:53:10 -0500 |
parents | 230c975e7759 |
children | 991049484627 |
line wrap: on
line diff
--- a/gemini_set_somatic.xml Wed Oct 17 13:24:51 2018 -0400 +++ b/gemini_set_somatic.xml Fri Dec 14 12:53:10 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> +<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1"> <description>Tag somatic mutations in a GEMINI database</description> <macros> <import>gemini_macros.xml</import> @@ -77,7 +77,7 @@ <test> <!-- A very basic test with a nonsensical input db. The example databases that would produce something meaningful are >100 Mbyte --> - <param name="infile" value="gemini_amend_input.db" ftype="gemini.sqlite" /> + <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> <param name="min_somatic_score" value="5.65" /> <output name="outfile" file="gemini_is_somatic_result.db" /> </test>