changeset 8:e1c5ca2a4562 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/sortmerna commit b'eebcbcf7ec7804eb97e6be0f417d01fd3422ab32\n'
author rnateam
date Thu, 11 May 2017 10:26:53 -0400
parents bf2866308fbd
children fccaaa82d221
files sortmerna.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sortmerna.xml	Wed Jun 15 05:31:10 2016 -0400
+++ b/sortmerna.xml	Thu May 11 10:26:53 2017 -0400
@@ -1,4 +1,4 @@
-<tool id="bg_sortmerna" name="Filter with SortMeRNA" version="2.1b.1">
+<tool id="bg_sortmerna" name="Filter with SortMeRNA" version="2.1b.2">
     <description>Fast and accurate filtering of ribosomal RNAs in metatranscriptomic data</description>
     <requirements>
         <requirement type="package" version="2.1b">sortmerna</requirement>
@@ -117,8 +117,8 @@
             <when value="paired">
                 <param name="paired_type" type="select" display="radio" label="If one of the paired-end reads aligns and the other one does not">
                     <option value="">leave the reads split between aligned and rejected files</option>
-                    <option value="--paired-in">output both reads to aligned file (--paired-in)</option>
-                    <option value="--paired-out">output both reads to rejected file (--paired-out)</option>
+                    <option value="--paired_in">output both reads to aligned file (--paired_in)</option>
+                    <option value="--paired_out">output both reads to rejected file (--paired_out)</option>
                 </param>
             </when>
         </conditional>