diff bowtie_rRNA_removal_wrapper/bowtie_rRNA_tRNA_removal_wrapper.xml @ 22:ca7c965f7cc9 draft

Uploaded
author jackcurragh
date Thu, 12 May 2022 14:15:48 +0000
parents b49ad9f12dfa
children ef1a6b28b664
line wrap: on
line diff
--- a/bowtie_rRNA_removal_wrapper/bowtie_rRNA_tRNA_removal_wrapper.xml	Wed May 11 13:37:35 2022 +0000
+++ b/bowtie_rRNA_removal_wrapper/bowtie_rRNA_tRNA_removal_wrapper.xml	Thu May 12 14:15:48 2022 +0000
@@ -1,7 +1,7 @@
 <tool id="bowtie_rRNA_tRNA_removal_wrapper" name="Remove rRNA and tRNA using Bowtie" version="1.5.0">
   <description></description>
   <requirements>
-    <requirement type="package" version="1.2.0">bowtie</requirement>
+    <requirement type="package" version="1.3.0">bowtie</requirement>
   </requirements>
   <version_command>bowtie --version</version_command>
   <command>
@@ -420,7 +420,7 @@
         </conditional> <!-- pParams -->
       </when> <!-- paired -->
     </conditional> <!-- singlePaired -->
-    <param name="save_mapped_reads" type="boolean" checked="False" label="Same the bowtie alignments to the non-coding RNA" />
+    <param name="save_mapped_reads" type="boolean" checked="False" label="Save the bowtie alignments to the non-coding RNA" />
     <param name="save_mapping_stats" type="boolean" checked="True" label="Save the bowtie mapping statistics to the history" />
     <param name="suppressHeader" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Suppress the header in the output SAM file (--sam-nohead)" help="Bowtie produces SAM with several lines of header information by default" />
   </inputs>