Mercurial > repos > iuc > gemini_actionable_mutations
diff gemini_macros.xml @ 9:829e70b7b8f3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit f7bdf08922aaf4119aefe7041e754a69cf64aebd
author | iuc |
---|---|
date | Wed, 13 Jul 2022 15:15:45 +0000 |
parents | d4fcc32b7877 |
children |
line wrap: on
line diff
--- a/gemini_macros.xml Tue Aug 31 08:12:44 2021 +0000 +++ b/gemini_macros.xml Wed Jul 13 15:15:45 2022 +0000 @@ -184,7 +184,7 @@ <repeat name="regions" title="Region Filter" default="0" min="0" help="Filter variant sites by their position in the genome. If multiple Region Filters are specified, all variants that fall in ONE of the regions are reported."> <param name="chrom" type="text" label="Chromosome"> - <validator type="expression" message="A chromosome identifier is required when specifying a region filter">value.strip()</validator> + <validator type="regex" message="A chromosome identifier is required when specifying a region filter. It should start with 'chr'">^chr[0-9a-zA-Z: _.-]+</validator> </param> <param name="start" type="text" label="Region Start"> <validator type="expression" message="an integer number is required">not value or value.isdigit()</validator>