Mercurial > repos > simon-gladman > snippy
diff snippy-core.xml @ 21:ebd7a957ff4b draft
Added snippy-core tool
| author | simon-gladman |
|---|---|
| date | Thu, 09 Jun 2016 09:38:24 -0400 |
| parents | d1a4cfe44743 |
| children | 577b1b17a0ff |
line wrap: on
line diff
--- a/snippy-core.xml Thu Jun 09 09:32:22 2016 -0400 +++ b/snippy-core.xml Thu Jun 09 09:38:24 2016 -0400 @@ -18,7 +18,7 @@ ]]></command> <inputs> - <param name="indirs" type="data" multiple="true" format="bgzip" label="Snippy input zipped dirs" help="Select all the snippy inputs for alignment" /> + <param name="indirs" type="data" multiple="true" format="zip" label="Snippy input zipped dirs" help="Select all the snippy inputs for alignment" /> <param name="is_reference" type="boolean" checked="true" truevalue="--noref" falsevalue="" label="Exclude reference" help="Don't include the reference file in the alignment." /> <param name="mincov" type="float" value="10.0" min="1" label="Minimum coverage" help="Minimum depth of coverage to consider core (default '10')" /> </inputs>
