Mercurial > repos > devteam > vcfcommonsamples
comparison vcfcommonsamples.xml @ 4:f1852ecef841 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfcommonsamples commit 36e9065027cc7bf721e9d203208477ee88906c57"
| author | iuc |
|---|---|
| date | Thu, 23 Jan 2020 08:06:43 -0500 |
| parents | 254f285dbaaa |
| children |
comparison
equal
deleted
inserted
replaced
| 3:254f285dbaaa | 4:f1852ecef841 |
|---|---|
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 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"/> |
| 12 </inputs> | 12 </inputs> |
| 13 <outputs> | 13 <outputs> |
