Skip to content

Commit

Permalink
Merge pull request galaxyproject#6438 from planemo-autoupdate/tools/s…
Browse files Browse the repository at this point in the history
…amblaster

Updating tools/samblaster from version 0.1.24 to 0.1.26
  • Loading branch information
bgruening authored Oct 7, 2024
2 parents 747394d + 005d966 commit 32feb54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/samblaster/samblaster.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<tool id="samblaster" name="samblaster" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.1">
<description>marks duplicates, outputs split reads, discordant read pairs and unmapped reads</description>
<macros>
<token name="@TOOL_VERSION@">0.1.24</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@TOOL_VERSION@">0.1.26</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<xrefs>
<xref type="bio.tools">samblaster</xref>
</xrefs>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">samblaster</requirement>
<requirement type="package" version="0.6.5">sambamba</requirement>
<requirement type="package" version="1.0.1">sambamba</requirement>
</requirements>
<version_command>samblaster --version</version_command>
<command detect_errors="exit_code"><![CDATA[
Expand Down

0 comments on commit 32feb54

Please sign in to comment.