Previous changeset 8:2f40467536cf (2016-04-09) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 93465571cf180554c3548338a68fa0f1604985dc-dirty |
modified:
snpSift_filter.xml |
b |
diff -r 2f40467536cf -r 88f4997ccb02 snpSift_filter.xml --- a/snpSift_filter.xml Sat Apr 09 11:53:30 2016 -0400 +++ b/snpSift_filter.xml Mon Apr 11 09:31:49 2016 -0400 |
b |
@@ -33,7 +33,9 @@ </configfiles> <inputs> <param format="vcf" name="input" type="data" label="Variant input file in VCF format"/> - <param name="expr" type="text" label="Filter criteria" help="Need help? See below a few examples." /> + <param name="expr" type="text" label="Filter criteria" help="Need help? See below a few examples." > + <sanitizer sanitize="False"/> + </param> <param name="inverse" type="boolean" truevalue="--inverse" falsevalue="" checked="false" label="Inverse filter" help="Show lines that do not match filter expression" /> <conditional name="filtering"> <param name="mode" type="select" label="Filter mode"> |