Mercurial > repos > iuc > vardict_java
diff macros.xml @ 1:e31b6f4d89ad draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vardict commit 2690164244722cfc32811015f2408b8275f06378"
| author | iuc |
|---|---|
| date | Fri, 11 Sep 2020 21:06:52 +0000 |
| parents | 7966f5292530 |
| children | 6733325083d3 |
line wrap: on
line diff
--- a/macros.xml Tue Aug 25 09:21:46 2020 +0000 +++ b/macros.xml Fri Sep 11 21:06:52 2020 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@VERSION_SUFFIX@">0</token> - <token name="@TOOL_VERSION@">1.7.0</token> + <token name="@TOOL_VERSION@">1.8.1</token> <xml name="ref_select"> <conditional name="reference_source"> <param name="reference_source_selector" type="select" label="Choose the source for the reference genome file"> @@ -17,6 +17,11 @@ </when> </conditional> </xml> + <xml name="stdio"> + <stdio> + <regex match="java.lang.OutOfMemoryError" source="stderr" level="fatal_oom" description="Out of memory error occurred" /> + </stdio> + </xml> <xml name="input_default"> <param name="tumor" type="data" format="bam" label="Tumor file" /> <param name="interval_file" type="data" format="txt" optional="true" label="Chromosomes" help="Restrict SNV calls to the following list of chromosomes (one per line)" />
