Skip to content

Commit

Permalink
Merge pull request #5717 from Ralwoss/maxbin2
Browse files Browse the repository at this point in the history
Maxbin2 - removing whitespaces from input file names
  • Loading branch information
bgruening authored Jan 14, 2024
2 parents ab36e47 + 9ddf8f1 commit a1af4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/maxbin2/maxbin2.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="maxbin2" name="MaxBin2" version="@MAXBIN_VERSION@+galaxy5">
<tool id="maxbin2" name="MaxBin2" version="@MAXBIN_VERSION@+galaxy6">
<description>clusters metagenomic contigs into bins</description>
<macros>
<token name="@MAXBIN_VERSION@">2.2.7</token>
Expand Down Expand Up @@ -41,7 +41,7 @@ echo '$identifier' >> reads_list &&
#else
#for $i, $r in enumerate($assembly.inputs.reads)
#if $r
#set $identifier = re.sub('[^\s\w\-\\.]', '_', str($r.element_identifier))
#set $identifier = re.sub('[^\w\-\\.]', '_', str($r.element_identifier))
#set $newid = $identifier + '_' + str($i)
#if $r.ext.endswith(".gz")
gunzip -c '$r' > '$newid' &&
Expand Down

0 comments on commit a1af4fc

Please sign in to comment.