diff repeat_annotate_custom.xml @ 11:5366d5ea04bc draft

planemo upload commit 9d1b19f98d8b7f0a0d1baf2da63a373d155626f8-dirty
author petr-novak
date Fri, 04 Aug 2023 12:35:32 +0000
parents 276efc4cb17f
children 755a4d643184
line wrap: on
line diff
--- a/repeat_annotate_custom.xml	Thu May 04 09:27:43 2023 +0000
+++ b/repeat_annotate_custom.xml	Fri Aug 04 12:35:32 2023 +0000
@@ -1,8 +1,11 @@
-<tool id="repeat_annotate" name="Library Based Assembly Annotation" version="0.1.5" python_template_version="3.5">
+<tool id="repeat_annotate" name="Library Based Assembly Annotation" version="0.1.6" python_template_version="3.5">
     <requirements>
         <requirement type="package" version="4.1.2.p1">repeatmasker</requirement>
         <requirement type="package">bioconductor-rtracklayer</requirement>
     </requirements>
+    <required_files>
+        <include type="literal" path="clean_rm_output.R"/>
+    </required_files>
     <command detect_errors="exit_code"><![CDATA[
 
         #if $sensitivity.value == 'default':
@@ -27,7 +30,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="false" label="Perform masking of low complexity and simple repeats" />
+        <param argument="-nolow" type="boolean" truevalue="" falsevalue="-nolow" 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}"/>