Skip to content

Commit

Permalink
Update bismark_bowtie2_wrapper.xml
Browse files Browse the repository at this point in the history
updated requirement versions for bismark, bowtie2 and samtools
  • Loading branch information
jonasbucherETH authored Oct 31, 2024
1 parent bb350f1 commit 580bf7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/bismark/bismark_bowtie2_wrapper.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<tool id="bismark_bowtie2" name="Bismark Mapper" version="0.22.1+galaxy4" profile="18.01">
<tool id="bismark_bowtie2" name="Bismark Mapper" version="0.22.1+galaxy5" profile="18.01">
<description>Bisulfite reads mapper</description>
<requirements>
<requirement type="package" version="0.22.1">bismark</requirement>
<requirement type="package" version="1.8">samtools</requirement>
<requirement type="package" version="2.3.5">bowtie2</requirement>
<requirement type="package" version="0.24.2">bismark</requirement>
<requirement type="package" version="1.21">samtools</requirement>
<requirement type="package" version="2.5.4">bowtie2</requirement>
</requirements>
<command><![CDATA[
#import re
Expand Down

0 comments on commit 580bf7e

Please sign in to comment.