Mercurial > repos > devteam > vcffilter
comparison vcffilter.xml @ 2:db6fd4b2a697 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcffilter commit 4f231f735557f80f72b437e5d428ce2983f9fcb8
| author | devteam |
|---|---|
| date | Fri, 30 Sep 2016 10:38:38 -0400 |
| parents | eac1f91d50b1 |
| children | f1f4cb7e7bb7 |
comparison
equal
deleted
inserted
replaced
| 1:eac1f91d50b1 | 2:db6fd4b2a697 |
|---|---|
| 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 <requirement type="package" version="1.3">htslib</requirement> | 7 <requirement type="package" version="1.3">htslib</requirement> |
| 8 <requirement type="package" version="0.2.6">tabix</requirement> | |
| 9 </expand> | 8 </expand> |
| 10 <expand macro="stdio" /> | 9 <expand macro="stdio" /> |
| 11 <command> | 10 <command> |
| 12 <!-- This tools depends on tabix functionality, which is currently distributed with Galaxy itself via a pysam egg --> | 11 <!-- This tools depends on tabix functionality, which is currently distributed with Galaxy itself via a pysam egg --> |
| 13 ln -s "${input1}" input1.vcf && | 12 ln -s "${input1}" input1.vcf && |
