changeset 3:7f57bdd5138d draft

planemo upload commit f8902f8b9c07a5f74ec2a6c38672bebf2845f177-dirty
author tiagoantao
date Wed, 03 Feb 2016 10:51:05 -0500
parents 6bda3e90c2fb
children f4b429a3494a
files STACKS_clone_filter.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/STACKS_clone_filter.xml	Tue Feb 02 21:20:29 2016 -0500
+++ b/STACKS_clone_filter.xml	Wed Feb 03 10:51:05 2016 -0500
@@ -15,8 +15,8 @@
 #if $data_type.dt_select == 'single':
   -f $data_type.fname
 #else
-  -1 $data_type.fwd
-  -2 $data_type.rev
+  -fwd $data_type.fwd
+  -ref $data_type.rev
 #end if
 </command>