comparison vcffilter.xml @ 3:952059348a30 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:35:47 -0400
parents 2d3c06c7e1f9
children 6b935ab36d7b
comparison
equal deleted inserted replaced
2:2d3c06c7e1f9 3:952059348a30
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 &amp;&amp; 12 ln -s "${input1}" input1.vcf &amp;&amp;