diff bowtie2_macros.xml @ 17:66f992977578 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bowtie2 commit 0f9578a65e86cc159aadf1a9b37aaf3621f19456
author iuc
date Tue, 14 Nov 2017 15:02:18 -0500
parents 43d12513224b
children 17062a0decb7
line wrap: on
line diff
--- a/bowtie2_macros.xml	Thu Jun 01 11:14:22 2017 -0400
+++ b/bowtie2_macros.xml	Tue Nov 14 15:02:18 2017 -0500
@@ -6,7 +6,7 @@
     #if hasattr($input1, 'element_identifier')
         #return $input1.element_identifier
     #else
-        #return $input1.name.rstrip('.gz').rstrip('.fastq').rstrip('.fq').rstrip('bz2')
+        #return $input1.name.rstrip('.gz').rstrip('.fastq').rstrip('.fq').rstrip('.bz2')
     #end if
 #end def