comparison vcffilter.xml @ 9:fa24bf0598f4 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit 36e9065027cc7bf721e9d203208477ee88906c57"
author iuc
date Thu, 23 Jan 2020 08:07:49 -0500
parents 81972652519c
children
comparison
equal deleted inserted replaced
8:81972652519c 9:fa24bf0598f4
2 <description>filter VCF data in a variety of attributes</description> 2 <description>filter VCF data in a variety of attributes</description>
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.7">htslib</requirement> 7 <requirement type="package" version="1.10.2">htslib</requirement>
8 </expand> 8 </expand>
9 <expand macro="stdio" /> 9 <expand macro="stdio" />
10 <command><![CDATA[ 10 <command><![CDATA[
11 ln -s '$input1' input1.vcf && 11 ln -s '$input1' input1.vcf &&
12 bgzip input1.vcf && 12 bgzip input1.vcf &&