changeset 4:1bdb57965c6f 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:28:11 -0400
parents 59252ca85c74
children cd8c76234b0c
files sortmerna.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sortmerna.xml	Wed Jun 15 05:31:46 2016 -0400
+++ b/sortmerna.xml	Thu May 11 10:28:11 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>