comparison bcftools_plugin_counts.xml @ 26:2bf1b5a2baf3 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/bcftools commit f6efda26965eb73c9107d367fd5ffdf246ed0dbc
author iuc
date Tue, 02 Dec 2025 07:45:15 +0000
parents 0385221230cd
children
comparison
equal deleted inserted replaced
25:0385221230cd 26:2bf1b5a2baf3
9 <expand macro="requirements"> 9 <expand macro="requirements">
10 <requirement type="package" version="3.7">python</requirement> 10 <requirement type="package" version="3.7">python</requirement>
11 </expand> 11 </expand>
12 <expand macro="version_command" /> 12 <expand macro="version_command" />
13 <command detect_errors="aggressive"><![CDATA[ 13 <command detect_errors="aggressive"><![CDATA[
14 @PREPARE_ENV@
15 @PREPARE_INPUT_FILE@ 14 @PREPARE_INPUT_FILE@
16 #set $section = $sec_restrict 15 #set $section = $sec_restrict
17 @PREPARE_TARGETS_FILE@ 16 @PREPARE_TARGETS_FILE@
18 @PREPARE_REGIONS_FILE@ 17 @PREPARE_REGIONS_FILE@
19 18
47 </configfile> 46 </configfile>
48 </configfiles> 47 </configfiles>
49 <inputs> 48 <inputs>
50 <expand macro="macro_input" /> 49 <expand macro="macro_input" />
51 <section name="sec_restrict" expanded="false" title="Restrict to"> 50 <section name="sec_restrict" expanded="false" title="Restrict to">
52 <expand macro="macro_restrict" /> 51 <expand macro="macro_region_restrict" />
53 <expand macro="macro_restrict" type="target" label_type="Target" /> 52 <expand macro="macro_target_restrict" />
54 <expand macro="macro_include" /> 53 <expand macro="macro_include" />
55 <expand macro="macro_exclude" /> 54 <expand macro="macro_exclude" />
56 </section> 55 </section>
57 </inputs> 56 </inputs>
58 <outputs> 57 <outputs>