Mercurial > repos > iuc > bcftools_norm
comparison bcftools_norm.xml @ 2:d110fb275304 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 44bebb8a97d64015cbba59f0663e2541035112b6
author | iuc |
---|---|
date | Mon, 03 Oct 2016 12:16:45 -0400 |
parents | e9555e894608 |
children | 660f8eec689d |
comparison
equal
deleted
inserted
replaced
1:6556e7ae784e | 2:d110fb275304 |
---|---|
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@.0"> | 2 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@.1"> |
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> |
92 <option value="both">both - records should be split or merged</option> | 92 <option value="both">both - records should be split or merged</option> |
93 <option value="any">any - SNPs and indels should be merged into a single record</option> | 93 <option value="any">any - SNPs and indels should be merged into a single record</option> |
94 </param> | 94 </param> |
95 <param name="strict_filter" type="boolean" truevalue="--strict-filter" falsevalue="" label="Strict Filter" | 95 <param name="strict_filter" type="boolean" truevalue="--strict-filter" falsevalue="" label="Strict Filter" |
96 help="When merging (-m+), merged site is PASS only if all sites being merged PASS" /> | 96 help="When merging (-m+), merged site is PASS only if all sites being merged PASS" /> |
97 <param name="site_win" type="integer" label="Site Window" default="1000" optional="True" | 97 <param name="site_win" type="integer" label="Site Window" value="1000" optional="True" |
98 help="(-w, --site-win) Buffer for sorting lines which changed position during realignment" /> | 98 help="(-w, --site-win) Buffer for sorting lines which changed position during realignment" /> |
99 </section> | 99 </section> |
100 | 100 |
101 <expand macro="macro_select_output_type" /> | 101 <expand macro="macro_select_output_type" /> |
102 </inputs> | 102 </inputs> |