comparison bcftools_plugin_impute_info.xml @ 25:3d7abebe05cb 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 08:01:52 +0000
parents bbd4b6750d40
children
comparison
equal deleted inserted replaced
24:bbd4b6750d40 25:3d7abebe05cb
7 </macros> 7 </macros>
8 <expand macro="bio_tools" /> 8 <expand macro="bio_tools" />
9 <expand macro="requirements" /> 9 <expand macro="requirements" />
10 <expand macro="version_command" /> 10 <expand macro="version_command" />
11 <command detect_errors="aggressive"><![CDATA[ 11 <command detect_errors="aggressive"><![CDATA[
12 @PREPARE_ENV@
13 @PREPARE_INPUT_FILE@ 12 @PREPARE_INPUT_FILE@
14 #set $section = $sec_restrict 13 #set $section = $sec_restrict
15 @PREPARE_TARGETS_FILE@ 14 @PREPARE_TARGETS_FILE@
16 @PREPARE_REGIONS_FILE@ 15 @PREPARE_REGIONS_FILE@
17 16
33 ]]> 32 ]]>
34 </command> 33 </command>
35 <inputs> 34 <inputs>
36 <expand macro="macro_input" /> 35 <expand macro="macro_input" />
37 <section name="sec_restrict" expanded="false" title="Restrict to"> 36 <section name="sec_restrict" expanded="false" title="Restrict to">
38 <expand macro="macro_restrict" /> 37 <expand macro="macro_region_restrict" />
39 <expand macro="macro_restrict" type="target" label_type="Target" /> 38 <expand macro="macro_target_restrict" />
40 <expand macro="macro_include" /> 39 <expand macro="macro_include" />
41 <expand macro="macro_exclude" /> 40 <expand macro="macro_exclude" />
42 </section> 41 </section>
43 <expand macro="macro_select_output_type" /> 42 <expand macro="macro_select_output_type" />
44 </inputs> 43 </inputs>