comparison snpEff_macros.xml @ 30:c7275bd8b4d6 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 280d5247becaa9a70db9c5c4a2f1fc50d302838a
author iuc
date Mon, 18 Nov 2024 22:15:34 +0000
parents ca2b512e8d7c
children
comparison
equal deleted inserted replaced
29:ca2b512e8d7c 30:c7275bd8b4d6
1 <macros> 1 <macros>
2 <xml name="requirement"> 2 <token name="@TOOL_VERSION@">5.2</token>
3 <requirement type="package" version="5.2">snpeff</requirement> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <yield/> 4 <token name="@SNPEFF_VERSION@">SnpEff5.2</token>
5 </xml> 5 <xml name="requirement">
6 <requirement type="package" version="@TOOL_VERSION@">snpeff</requirement>
7 <yield/>
8 </xml>
6 <xml name="stdio"> 9 <xml name="stdio">
7 <stdio> 10 <stdio>
8 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" /> 11 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
9 <exit_code range="1:" level="fatal" description="Error" /> 12 <exit_code range="1:" level="fatal" description="Error" />
10 </stdio> 13 </stdio>
12 <xml name="version_command"> 15 <xml name="version_command">
13 <version_command><![CDATA[ 16 <version_command><![CDATA[
14 snpEff -version 17 snpEff -version
15 ]]></version_command> 18 ]]></version_command>
16 </xml> 19 </xml>
17 <token name="@WRAPPER_VERSION@">0</token>
18 <token name="@SNPEFF_VERSION@">5.2</token>
19 <token name="@JAVA_OPTIONS@">-Xmx\${GALAXY_MEMORY_MB:-8192}m</token> 20 <token name="@JAVA_OPTIONS@">-Xmx\${GALAXY_MEMORY_MB:-8192}m</token>
20 <xml name="ref_select"> 21 <xml name="ref_select">
21 <conditional name="reference_source"> 22 <conditional name="reference_source">
22 <param name="reference_source_selector" type="select" label="Choose the source for the reference genome"> 23 <param name="reference_source_selector" type="select" label="Choose the source for the reference genome">
23 <option value="cached">Locally cached</option> 24 <option value="cached">Locally cached</option>