Repository 'integron_finder'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/integron_finder

Changeset 1:4768f7f8e93f (2023-02-17)
Previous changeset 0:1ae00120dd24 (2022-09-22) Next changeset 2:392f100eebcd (2024-02-25)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/integron_finder commit 04aa903b53ba0596d486d2ce4a1b4f1d7125846f
modified:
integron_finder.xml
macro.xml
b
diff -r 1ae00120dd24 -r 4768f7f8e93f integron_finder.xml
--- a/integron_finder.xml Thu Sep 22 13:51:14 2022 +0000
+++ b/integron_finder.xml Fri Feb 17 18:36:09 2023 +0000
[
@@ -35,7 +35,9 @@
         && mv Results_Integron_Finder_* Results_Integron_Finder
     ]]></command>
     <inputs>
-        <param type="data" name="sequence" format="fasta" label="Replicon file" help="Replicon can be entire chromosome, contif, PCR fragments..." />
+        <param type="data" name="sequence" format="fasta" label="Replicon file" help="Replicon can be entire chromosome, contif, PCR fragments...">
+             <validator type="expression" message="Integron Finder has problems with large multi FASTA files. Please assembly your sequences or split them up into files smaller 10.000 sequences."><![CDATA[value is not None and value.metadata.sequences <= 10000]]></validator>
+        </param>
         <param name="local_max" argument="--local-max" type="boolean" checked="false" truevalue="--local-max" falsevalue="" label="Thorough local detection" help="This option allows a more sensitive search. I will be slower (dependant on the number of hits) if integrons are found, but will be as fast if nothing is detected and will not increase the false positive rate." />
        <param name="type_replicon" type="select" optional="true" label="Default replicons topology" help="Set the default topology for replicons, linear, circular (deault: no topology)">
            <option value="--linear">linear (--linear)</option>
b
diff -r 1ae00120dd24 -r 4768f7f8e93f macro.xml
--- a/macro.xml Thu Sep 22 13:51:14 2022 +0000
+++ b/macro.xml Fri Feb 17 18:36:09 2023 +0000
b
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">2.0.2</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <token name="@PROFILE@">21.05</token>
     <token name="@THREADS@">\${GALAXY_SLOTS:-2}</token>
     <xml name="requirements">