Mercurial > repos > devteam > vcfcommonsamples
comparison vcfcommonsamples.xml @ 2:d58a307b9cef draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfcommonsamples commit 0b9b6512272b82637c2f1e831367e89aed77ae79
| author | devteam |
|---|---|
| date | Thu, 15 Sep 2016 16:04:51 -0400 |
| parents | f27d6187d808 |
| children | 254f285dbaaa |
comparison
equal
deleted
inserted
replaced
| 1:f27d6187d808 | 2:d58a307b9cef |
|---|---|
| 1 <tool id="vcfcommonsamples" name="VCFcommonSamples:" version="0.0.3"> | 1 <tool id="vcfcommonsamples" name="VCFcommonSamples:" version="@WRAPPER_VERSION@.0"> |
| 2 <description>Output records belonging to samples common between two datasets</description> | 2 <description>Output records belonging to samples common between two datasets</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"></expand> | 6 <expand macro="requirements"/> |
| 7 <expand macro="stdio" /> | 7 <expand macro="stdio" /> |
| 8 <command>vcfcommonsamples "${input1}" "${input2}" > "${out_file1}"</command> | 8 <command>vcfcommonsamples "${input1}" "${input2}" > "${out_file1}"</command> |
| 9 <inputs> | 9 <inputs> |
| 10 <param format="vcf" name="input1" type="data" label="First dataset"/> | 10 <param format="vcf" name="input1" type="data" label="First dataset"/> |
| 11 <param format="vcf" name="input2" type="data" label="Second dataset"/> | 11 <param format="vcf" name="input2" type="data" label="Second dataset"/> |
