comparison filter_by_fasta_ids.xml @ 5:dff7df6fcab5 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/filter_by_fasta_ids commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 03:18:11 -0400
parents cd22452edec2
children
comparison
equal deleted inserted replaced
4:cd22452edec2 5:dff7df6fcab5
1 <tool id="filter_by_fasta_ids" name="Filter FASTA" version="2.2"> 1 <tool id="filter_by_fasta_ids" name="Filter FASTA" version="2.3">
2 <description>on the headers and/or the sequences</description> 2 <description>on the headers and/or the sequences</description>
3 <macros> 3 <macros>
4 <xml name="regexp_macro" token_label="Regular expression pattern"> 4 <xml name="regexp_macro" token_label="Regular expression pattern">
5 <param name="regexp" type="text" value="" label="@LABEL@" help="Use the Python regular expression syntax as specified in https://docs.python.org/3/library/re.html"> 5 <param name="regexp" type="text" value="" label="@LABEL@" help="Use the Python regular expression syntax as specified in https://docs.python.org/3/library/re.html">
6 <validator type="empty_field" /> 6 <validator type="empty_field" />