Previous changeset 3:5b72eec95c62 (2015-08-26) Next changeset 5:d4b616756329 (2015-10-21) |
Commit message:
planemo upload for repository https://github.com/bxlab/galaxy_tools/suites/suite_hifive commit bde2f75525267b0c2fd70deba2e6142cf7ee1961 |
modified:
hifive_macros.xml |
b |
diff -r 5b72eec95c62 -r 144f154aae36 hifive_macros.xml --- a/hifive_macros.xml Wed Aug 26 17:28:04 2015 -0400 +++ b/hifive_macros.xml Wed Aug 26 17:34:11 2015 -0400 |
b |
@@ -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": |