Mercurial > repos > sauria > hifive
changeset 4:144f154aae36 draft
planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit bde2f75525267b0c2fd70deba2e6142cf7ee1961
author | sauria |
---|---|
date | Wed, 26 Aug 2015 17:34:11 -0400 |
parents | 5b72eec95c62 |
children | d4b616756329 |
files | hifive_macros.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hifive_macros.xml Wed Aug 26 17:28:04 2015 -0400 +++ b/hifive_macros.xml Wed Aug 26 17:34:11 2015 -0400 @@ -681,8 +681,8 @@ <param type="integer" name="mrhmaxbinsize" label="Cis maximum binsize (bp)" value="1280000" help="Must be a multiple of an integer power of two times the minimum binsize (i.e. minbin * 2^N = maxbin for an integer N). "> <validator type="in_range" min="1"/> </param> - <param type="integer" name="mrhtransminbinsize" label="Trans minimum binsize (bp)" value='' help="If not specified, this will be set to the cis minimum binsize." /> - <param type="integer" name="mrhtransmaxbinsize" label="Trans maximum binsize (bp)" value='' help="If not specified, this will be set to the cis maximum binsize." /> + <param type="integer" name="mrhtransminbinsize" label="Trans minimum binsize (bp)" value='' help="If not specified, this will be set to the cis minimum binsize." optional="True" /> + <param type="integer" name="mrhtransmaxbinsize" label="Trans maximum binsize (bp)" value='' help="If not specified, this will be set to the cis maximum binsize." optional="True" /> </xml> <token name="@HIC_DYNAMIC@"> #if str( $command.dynamic.binning ) == "yes":