comparison amplican.xml @ 1:8c1bba8d544a draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/amplican commit 902dc45a1d133b86b99f27d9902d642e475a3e87"
author iuc
date Mon, 04 Oct 2021 10:03:20 +0000
parents 71adaaace336
children
comparison
equal deleted inserted replaced
0:71adaaace336 1:8c1bba8d544a
96 <param argument="gap_opening" type="integer" min="0" max="40" value="25" label="Gap opening" help="The opening gap score" /> 96 <param argument="gap_opening" type="integer" min="0" max="40" value="25" label="Gap opening" help="The opening gap score" />
97 <param argument="gap_extension" type="integer" min="0" max="40" value="0" label="Gap extension" help="The gap extension score" /> 97 <param argument="gap_extension" type="integer" min="0" max="40" value="0" label="Gap extension" help="The gap extension score" />
98 <param argument="primer_mismatch" type="integer" min="0" max="40" value="0" label="Primer mismatch" help="Decide how many mismatches are allowed during primer matching of the reads, that groups reads by experiments. When primer_mismatch = 0 no mismatches are allowed, which can increase number of unasssigned read" /> 98 <param argument="primer_mismatch" type="integer" min="0" max="40" value="0" label="Primer mismatch" help="Decide how many mismatches are allowed during primer matching of the reads, that groups reads by experiments. When primer_mismatch = 0 no mismatches are allowed, which can increase number of unasssigned read" />
99 <param argument="donor_mismatch" type="integer" min="0" max="40" value="3" label="Donor mismatch" help="How many events of length 1 (mismatches, deletions and insertions of length 1) are allowed when aligning toward the donor template. This parameter is only used when donor template is specified. The higher the parameter the less strict will be algorithm accepting read as HDR. Set to 0 if only perfect alignments to the donor template marked as HDR, unadvised due to error rate of the sequencers" /> 99 <param argument="donor_mismatch" type="integer" min="0" max="40" value="3" label="Donor mismatch" help="How many events of length 1 (mismatches, deletions and insertions of length 1) are allowed when aligning toward the donor template. This parameter is only used when donor template is specified. The higher the parameter the less strict will be algorithm accepting read as HDR. Set to 0 if only perfect alignments to the donor template marked as HDR, unadvised due to error rate of the sequencers" />
100 <section name="scoring_matrix" title="Scoring matrix options" expanded="False"> 100 <section name="scoring_matrix" title="Scoring matrix options" expanded="False">
101 <param argument="match_scoring" type="integer" min="0" max="20" value="5" label="Match scoring" help="TODO" /> 101 <param argument="match_scoring" type="integer" min="0" max="20" value="5" label="Match scoring"/>
102 <param argument="mismatch_scoring" type="integer" min="-20" max="0" value="-4" label="Mismatch scoring" help="TODO" /> 102 <param argument="mismatch_scoring" type="integer" min="-20" max="0" value="-4" label="Mismatch scoring"/>
103 <param argument="base_only" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Base only" help="TODO" /> 103 <param argument="base_only" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Base only" />
104 <param argument="scoring_type" type="select" label="Scoring matrix type" help="TODO"> 104 <param argument="scoring_type" type="select" label="Scoring matrix type">
105 <option value="DNA" selected="true">DNA</option> 105 <option value="DNA" selected="true">DNA</option>
106 <option value="RNA">RNA</option> 106 <option value="RNA">RNA</option>
107 </param> 107 </param>
108 </section> 108 </section>
109 </section> 109 </section>