Mercurial > repos > peterjc > seq_filter_by_id
changeset 28:8c18554ceaf2 draft
planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/seq_filter_by_id commit 79bbb921cb5aa953f0323accd6c8c293c6e486cf-dirty
author | peterjc |
---|---|
date | Tue, 06 Jun 2017 10:24:41 -0400 |
parents | 8c0ce17e4439 |
children | 735dfff31c1d |
files | tools/seq_filter_by_id/seq_filter_by_id.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/seq_filter_by_id/seq_filter_by_id.xml Mon Jun 05 12:23:19 2017 -0400 +++ b/tools/seq_filter_by_id/seq_filter_by_id.xml Tue Jun 06 10:24:41 2017 -0400 @@ -30,20 +30,20 @@ <param name="input_file" type="data" format="fasta,fastq,sff" label="Sequence file to be filtered" help="FASTA, FASTQ, or SFF format." /> <conditional name="id_opts"> <param name="id_opts_selector" type="select" label="Filter using the ID list from"> - <option value="tabular" selected="True">tabular file</option> + <option value="tabular" selected="true">tabular file</option> <option value="list">provided list</option> <!-- add UNION or INTERSECTION of multiple tabular files here? --> </param> <when value="tabular"> <param name="input_tabular" type="data" format="tabular" label="Tabular file containing sequence identifiers"/> - <param name="columns" type="data_column" data_ref="input_tabular" multiple="True" numerical="False" + <param name="columns" type="data_column" data_ref="input_tabular" multiple="true" numerical="false" label="Column(s) containing sequence identifiers" help="Multi-select list - hold the appropriate key while clicking to select multiple columns"> <validator type="no_options" message="Pick at least one column"/> </param> </when> <when value="list"> - <param name="id_list" type="text" size="20x80" area="True" format="tabular" + <param name="id_list" type="text" size="20x80" area="true" format="tabular" label="List of sequence identifiers (white space separated)" help="You can use both spaces and new lines to separate your identifiers."> <sanitizer> @@ -69,7 +69,7 @@ </conditional> <conditional name="adv_opts"> <param name="adv_opts_selector" type="select" label="Advanced Options"> - <option value="basic" selected="True">Hide Advanced Options</option> + <option value="basic" selected="true">Hide Advanced Options</option> <option value="advanced">Show Advanced Options</option> </param> <when value="basic" />