# HG changeset patch # User iuc # Date 1522074073 14400 # Node ID f1f4cb7e7bb76256bd392f574903fc4afd0c6a71 # Parent db6fd4b2a697a356fd37084ca36858d1dfd89756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit bd03161519b5a55c4395ae9715688799319427b2 diff -r db6fd4b2a697 -r f1f4cb7e7bb7 vcffilter.xml --- a/vcffilter.xml Fri Sep 30 10:38:38 2016 -0400 +++ b/vcffilter.xml Mon Mar 26 10:21:13 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@ - + ]]>