galaxy-dist commit 59995b9b461b: Make the dust option a boolean (checkbox)
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User peterjc <p.j.a.cock@googlemail.com> # Date 1285335392 -3600 # Node ID 59995b9b461bfe40b48807a9ea1e81af3292d96e # Parent dc68de280ac7f2ff2ff97068694a7ecded62ee0c Make the dust option a boolean (checkbox) --- a/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml +++ b/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml @@ -33,10 +33,7 @@ <param name="iden_cutoff" type="float" size="15" value="90.0" label="report hits above this identity" help="no cutoff if 0" /> --><param name="evalue_cutoff" type="float" size="15" value="0.001" label="set expectation value cutoff" /> - <param name="filter_query" type="select" label="Filter out low complexity regions (with DUST)?"> - <option value="yes">Yes</option> - <option value="no">No</option> - </param> + <param name="filter_query" type="boolean" label="Filter out low complexity regions (with DUST)" truevalue="yes" falsevalue="no" checked="true" /><param name="out_format" type="select" label="Output format"><option value="6">Tabular</option><option value="5">BLAST XML</option>
participants (1)
-
commits-noreply@bitbucket.org