Repository 'bbtools_bbduk'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bbtools_bbduk

Changeset 7:bf0cb5dd02f2 (2024-04-24)
Previous changeset 6:1c427e24fb79 (2024-04-12) Next changeset 8:d1f62024a08b (2024-05-18)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit 8f659e3524ff3fbf70ce9f4090e3fe8a49048b29
modified:
bbduk.xml
macros.xml
b
diff -r 1c427e24fb79 -r bf0cb5dd02f2 bbduk.xml
--- a/bbduk.xml Fri Apr 12 20:20:01 2024 +0000
+++ b/bbduk.xml Wed Apr 24 20:24:48 2024 +0000
[
@@ -7,7 +7,6 @@
     <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
 #import os
-#import re
 
 #if str($input_type_cond.input_type) in ['single', 'pair']:
     #set read1 = $input_type_cond.read1
@@ -25,17 +24,15 @@
     #end if
 #else:
     #set read1 = $input_type_cond.reads_collection['forward']
-    #set read1_identifier = re.sub('[^\s\w\-]', '_', str($read1.name))
     ## bbduk uses the file extension to determine the input format.
-    #set ext = $read1_identifier + '.fastq'
+    #set ext = '.fastq'
     #if $read1.ext.endswith('.gz'):
         #set ext = $ext + '.gz'
     #end if
-    #set read1_file = $read1_identifier + $ext
+    #set read1_file = 'forward' + $ext
     ln -s '${read1}' '${read1_file}' &&
     #set read2 = $input_type_cond.reads_collection['reverse']
-    #set read2_identifier = re.sub('[^\s\w\-]', '_', str($read2.name))
-    #set read2_file = $read2_identifier + $ext
+    #set read2_file = 'reverse' + $ext
     ln -s '${read2}' '${read2_file}' &&
 #end if
 
b
diff -r 1c427e24fb79 -r bf0cb5dd02f2 macros.xml
--- a/macros.xml Fri Apr 12 20:20:01 2024 +0000
+++ b/macros.xml Wed Apr 24 20:24:48 2024 +0000
b
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">39.06</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     <token name="@PROFILE@">22.01</token>
     <xml name="edam_ontology">
         <edam_topics>