changeset 13:277cbb0f4d53 draft

planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit bde2f75525267b0c2fd70deba2e6142cf7ee1961
author sauria
date Wed, 26 Aug 2015 17:33:44 -0400
parents f2eaf14c0fce
children 4d87577b51bf
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:27:53 2015 -0400
+++ b/hifive_macros.xml	Wed Aug 26 17:33:44 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":