comparison bcftools_query_list_samples.xml @ 23:fb631fd605e8 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:24:31 +0000
parents 238f78e38a8b
children
comparison
equal deleted inserted replaced
22:2c80b0d6bde0 23:fb631fd605e8
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 bcftools @EXECUTABLE@ --list-samples 13 bcftools @EXECUTABLE@ --list-samples
15 ## Primary Input/Outputs 14 ## Primary Input/Outputs
16 @INPUT_FILE@ 15 @INPUT_FILE@
17 | tee $output_file | tr '\n' ',' 16 | tee $output_file | tr '\n' ','
41 40
42 Lists Samples from a VCF/BCF file 41 Lists Samples from a VCF/BCF file
43 42
44 @BCFTOOLS_MANPAGE@#@EXECUTABLE@ 43 @BCFTOOLS_MANPAGE@#@EXECUTABLE@
45 44
46 @BCFTOOLS_WIKI@ 45 @BCFTOOLS_HOWTOS@
47 ]]> 46 ]]>
48 </help> 47 </help>
49 <expand macro="citations" /> 48 <expand macro="citations" />
50 </tool> 49 </tool>