view macros.xml @ 4:e61ba2a4b8d9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/yaha commit 442d981e7d3a5634063cfc26bc29c83d88d697cd-dirty
author mvdbeek
date Thu, 05 Jan 2017 08:24:22 -0500
parents 0c888a0686bb
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="index_parameter">
        <param argument="-H" name="maxHitsIndex" type="integer" value="65525" min="1" max="65525" label="maxHits" help="K-mers that appear > maxHits times in the genome will be randomly sampled down to max-hits locations. To take advantage of k-mer sampling, use the same value of maxHits during index creation and alignment."/>
        <param argument="-L" name="wordLenIndex" type="integer" value="15" min="1" max="15" label="wordLen" help="the size of k-mers used for seed hits"/>
        <param argument="-S" name="skipDistanceIndex" type="integer" value="1" min="1" max="15" label="Skip-distance" help="the distance to skip ahead in the genome before forming the next k-mer to index. Skip-distance must be between 1 and wordLen (inclusive)">
        </param>
    </xml>
</macros>