# HG changeset patch # User iuc # Date 1522074089 14400 # Node ID 6b935ab36d7b6ce92af082a258595dbd586c6fd4 # Parent 952059348a301ec7bf6422ea6270aef27e8a239f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit bd03161519b5a55c4395ae9715688799319427b2 diff -r 952059348a30 -r 6b935ab36d7b vcffilter.xml --- a/vcffilter.xml Fri Sep 30 10:35:47 2016 -0400 +++ b/vcffilter.xml Mon Mar 26 10:21:29 2018 -0400 @@ -1,44 +1,72 @@ - + filter VCF data in a variety of attributes macros.xml - htslib + htslib - - - ln -s "${input1}" input1.vcf && - bgzip input1.vcf && - tabix -p vcf input1.vcf.gz && - vcffilter ${filterList} input1.vcf.gz > "${out_file1}" - - + '${out_file1}' + ]]> - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + - + , |, & To restrict output to a specific location use the -r option (must be used in conjunction with -g or -f):: @@ -71,6 +100,6 @@ ----- Vcffilter @IS_PART_OF_VCFLIB@ - + ]]>