Mercurial > repos > iuc > bcftools_merge
comparison bcftools_merge.xml @ 14:798c063f8fc9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
author | iuc |
---|---|
date | Sat, 15 Jan 2022 13:27:33 +0000 |
parents | 3e0e55c628b8 |
children | 2215287d5cc9 |
comparison
equal
deleted
inserted
replaced
13:3e0e55c628b8 | 14:798c063f8fc9 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> | 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@"> |
3 <description>Merge multiple VCF/BCF files from non-overlapping sample sets to create one multi-sample file</description> | 3 <description>Merge multiple VCF/BCF files from non-overlapping sample sets to create one multi-sample file</description> |
4 <expand macro="bio_tools" /> | |
5 <macros> | 4 <macros> |
6 <token name="@EXECUTABLE@">merge</token> | 5 <token name="@EXECUTABLE@">merge</token> |
7 <import>macros.xml</import> | 6 <import>macros.xml</import> |
8 </macros> | 7 </macros> |
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@ | 12 @PREPARE_ENV@ |
13 @PREPARE_INPUT_FILES@ | 13 @PREPARE_INPUT_FILES@ |