Mercurial > repos > iuc > bcftools_norm
comparison bcftools_norm.xml @ 4:59268ce456d1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 3edcac645f34d5a94884dedaf95c5774f4afc5c7
| author | iuc |
|---|---|
| date | Sat, 11 Mar 2017 17:52:04 -0500 |
| parents | 4b0144f7be6a |
| children | 9e9e7c4aa65d |
comparison
equal
deleted
inserted
replaced
| 3:0f9d975c382d | 4:59268ce456d1 |
|---|---|
| 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="@VERSION@.1"> | 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@.0"> |
| 3 <description>Left-align and normalize indels; check if REF alleles match the reference; split multiallelic sites into multiple rows; recover multiallelics from multiple rows</description> | 3 <description>Left-align and normalize indels; check if REF alleles match the reference; split multiallelic sites into multiple rows; recover multiallelics from multiple rows</description> |
| 4 <macros> | 4 <macros> |
| 5 <token name="@EXECUTABLE@">norm</token> | 5 <token name="@EXECUTABLE@">norm</token> |
| 6 <import>macros.xml</import> | 6 <import>macros.xml</import> |
| 7 </macros> | 7 </macros> |
| 8 <expand macro="requirements" /> | 8 <expand macro="requirements"> |
| 9 <requirement type="package" version="1.3.1">samtools</requirement> | |
| 10 </expand> | |
| 9 <expand macro="version_command" /> | 11 <expand macro="version_command" /> |
| 10 <command detect_errors="aggressive"><