Mercurial > repos > sauria > hifive
comparison hifive_macros.xml @ 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 | 32cb153901b9 |
comparison
equal
deleted
inserted
replaced
3:5b72eec95c62 | 4:144f154aae36 |
---|---|
679 <validator type="in_range" min="1"/> | 679 <validator type="in_range" min="1"/> |
680 </param> | 680 </param> |
681 <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). "> | 681 <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). "> |
682 <validator type="in_range" min="1"/> | 682 <validator type="in_range" min="1"/> |
683 </param> | 683 </param> |
684 <param type="integer" name="mrhtransminbinsize" label="Trans minimum binsize (bp)" value='' help="If not specified, this will be set to the cis minimum binsize." /> | 684 <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" /> |
685 <param type="integer" name="mrhtransmaxbinsize" label="Trans maximum binsize (bp)" value='' help="If not specified, this will be set to the cis maximum binsize." /> | 685 <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" /> |
686 </xml> | 686 </xml> |
687 <token name="@HIC_DYNAMIC@"> | 687 <token name="@HIC_DYNAMIC@"> |
688 #if str( $command.dynamic.binning ) == "yes": | 688 #if str( $command.dynamic.binning ) == "yes": |
689 -y | 689 -y |
690 -x $command.dynamic.expbinsize | 690 -x $command.dynamic.expbinsize |