changeset 72:b140b740f828 draft

"planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit e90f8c18f63f21f99b1a0fc9c381290f3fd31e16"
author brasset_jensen
date Tue, 30 Jun 2020 06:38:36 -0400
parents 71d5983dd41e
children e19192b12af7
files sRNAPipe.xml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sRNAPipe.xml	Thu Feb 06 11:10:41 2020 -0500
+++ b/sRNAPipe.xml	Tue Jun 30 06:38:36 2020 -0400
@@ -90,6 +90,8 @@
         #else
     --snRNAs '$snrnas.snrnas.source.indices.fields.path'
         #end if
+    #else
+    --snRNAs "None"
     #end if
 
     #if str($rrnas.rrnas.use_ref) == 'true'
@@ -99,6 +101,8 @@
         #else
     --rRNAs '$rrnas.rrnas.source.indices.fields.path'
         #end if
+    #else
+    --rRNAs "None"
     #end if
 
     #if str($trnas.trnas.use_ref) == 'true'
@@ -108,6 +112,8 @@
         #else
     --tRNAs '$trnas.trnas.source.indices.fields.path'
         #end if
+    #else
+    --tRNAs "None"
     #end if
 
     --si_min $sirna.si_min