Skip to content

Commit

Permalink
Update varVAMP to v1.2.0 (galaxyproject#5995)
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 authored May 8, 2024
1 parent 5fd8f13 commit 1056d5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tools/varvamp/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">1.1.3</token>
<token name="@TOOL_VERSION@">1.2.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<xml name="main_parameters">
<conditional name="main_params">
Expand Down Expand Up @@ -53,7 +53,6 @@
<section name="blast_hits_usage" title="varVAMP settings for handling BLAST hits">
<param name="BLAST_MAX_DIFF" type="float" min="0" max="1" value="0.5" label="BLAST_MAX_DIFF" help="Minimal fraction of identity to primer to consider a BLAST hit an off-target primer binding site" />
<param name="BLAST_SIZE_MULTI" type="float" min="1" value="2" label="BLAST_SIZE_MULTI" help="Disregard off-target amplicons with a length greater than the configured maximal length of target amplicons multiplied by this value" />
<param name="BLAST_PENALTY" type="integer" min="0" value="50" label="BLAST_PENALTY" help="Extra penalty imposed on amplicons with off-target primer products; the default of 50 should be high enough to consider such amplicons only when no other amplicons without off-target products can be found." />
</section>
</when>
</conditional>
Expand Down
1 change: 0 additions & 1 deletion tools/varvamp/varvamp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ BLAST_SETTINGS = {
}
BLAST_MAX_DIFF = $mode.filter_blast_hits.blast_advanced_cond.blast_hits_usage.BLAST_MAX_DIFF
BLAST_SIZE_MULTI = $mode.filter_blast_hits.blast_advanced_cond.blast_hits_usage.BLAST_SIZE_MULTI
BLAST_PENALTY = $mode.filter_blast_hits.blast_advanced_cond.blast_hits_usage.BLAST_PENALTY
#end if
#end if
]]></configfile>
Expand Down

0 comments on commit 1056d5c

Please sign in to comment.