comparison vcffilter.xml @ 6:447c0f9c0a9b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcffilter commit de12f177c2b5ee215ce2c5d48c801406944e3a00
author iuc
date Thu, 02 May 2019 18:33:20 -0400
parents 765a571fe910
children 7ce3b93e0883
comparison
equal deleted inserted replaced
5:765a571fe910 6:447c0f9c0a9b
84 84
85 To specify filters, click on the 'Insert Add filters' button, choose a filter type 85 To specify filters, click on the 'Insert Add filters' button, choose a filter type
86 (e.g., 'Info filter' or 'Genotype filter'), and specify filter value according to the 86 (e.g., 'Info filter' or 'Genotype filter'), and specify filter value according to the
87 following pattern:: 87 following pattern::
88 88
89 - For 'Info filter (-f)':: {ID} {operator} {value} 89 - For 'Info filter (-f)':: {ID} {operator} {value}
90 For instance:: DP > 10 90 For instance:: DP > 10
91 91
92 - For 'Genotype fields (-g)':: {ID} {operator} {value} 92 - For 'Genotype fields (-g)':: {ID} {operator} {value}
93 For instance:: GT = 1|1 93 For instance:: GT = 1|1
94 94
95 - For 'Flag' fields (when 'Info filter (-f)' is selected for filter type field):: {value} 95 - For 'Flag' fields (when 'Info filter (-f)' is selected for filter type field):: {value}
96 For instance:: CpG 96 For instance:: CpG
97 97
98 Any number of filters may be specified. They are combined via logical AND unless the --or option is specified. For convenience, you can specify "QUAL" to refer to the quality of the site, even though it does not appear in the INFO fields. 98 Any number of filters may be specified. They are combined via logical AND unless the --or option is specified. For convenience, you can specify "QUAL" to refer to the quality of the site, even though it does not appear in the INFO fields.
99 99
100 Operators can be any of:: 100 Operators can be any of::