Repository 'repeat_annotation_pipeline3'
hg clone https://toolshed.g2.bx.psu.edu/repos/petr-novak/repeat_annotation_pipeline3

Changeset 10:276efc4cb17f (2023-05-04)
Previous changeset 9:4a068d23fda6 (2023-05-03) Next changeset 11:5366d5ea04bc (2023-08-04)
Commit message:
Uploaded
modified:
repeat_annotate_custom.xml
b
diff -r 4a068d23fda6 -r 276efc4cb17f repeat_annotate_custom.xml
--- a/repeat_annotate_custom.xml Wed May 03 11:19:06 2023 +0000
+++ b/repeat_annotate_custom.xml Thu May 04 09:27:43 2023 +0000
b
@@ -1,4 +1,4 @@
-<tool id="repeat_annotate" name="Library Based Assembly Annotation" version="0.1.3" python_template_version="3.5">
+<tool id="repeat_annotate" name="Library Based Assembly Annotation" version="0.1.5" python_template_version="3.5">
     <requirements>
         <requirement type="package" version="4.1.2.p1">repeatmasker</requirement>
         <requirement type="package">bioconductor-rtracklayer</requirement>
@@ -27,7 +27,7 @@
             <option value="-s">Slow search, more sensitive </option>
             <option value="-q">Quick search, less sensitive </option>
         </param>
-        <param argument="-nolow" type="boolean" truevalue="-nolow" falsevalue="" checked="true" label="Perform masking of low complexity and simple repeats" />
+        <param argument="-nolow" type="boolean" truevalue="-nolow" falsevalue="" checked="false" label="Perform masking of low complexity and simple repeats" />
     </inputs>
     <outputs>
         <data name="output1" format="gff3"  label="Repeat Annotation (GFF3) on ${on_string}"/>