view vcfgenotypes.xml @ 2:f5653ed90dfd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfgenotypes commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
author iuc
date Mon, 26 Mar 2018 12:26:49 -0400
parents 82635a34fbe6
children a60ae8af21a1
line wrap: on
line source

<tool id="vcfgenotypes" name="VCFgenotypes:" version="@WRAPPER_VERSION@+galaxy0">
  <description>Convert numerical representation of genotypes to allelic</description>
  <macros>
    <import>macros.xml</import>
  </macros>
  <expand macro="requirements"/>
  <expand macro="stdio" />
  <command>vcfgenotypes "${vcf_input}" > "${out_file1}"</command>
  <inputs>
    <param format="vcf" name="vcf_input" type="data" label="Select VCF dataset"/>
  </inputs>
  <outputs>
    <data format="tabular" name="out_file1" />
  </outputs>
  <tests>
    <test>
      <param name="vcf_input" value="vcflib.vcf"/>
      <output name="out_file1" file="vcfgenotypes-test1.tab"/>
    </test>
    </tests>
  <help>

Converts numerical representation of genotypes (standard in GT field) to the alleles provided in the call's ALT/REF fields.

----

Vcfgenotypes @IS_PART_OF_VCFLIB@
</help>
  <expand macro="citations" />
</tool>