Skip to content

Commit 9f1003e

Browse files
authored
Merge pull request #425 from galaxyproject/tophat_update
Tophat2 update
2 parents d930385 + 4362da5 commit 9f1003e

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

tools/tophat2/tool_dependencies.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

tools/tophat2/tophat2_wrapper.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<tool id="tophat2" name="TopHat" version="2.1.0">
2-
<!-- Wrapper compatible with Tophat version 2.0.0+ -->
1+
<tool id="tophat2" name="TopHat" version="2.1.1">
32
<description>Gapped-read mapper for RNA-seq data</description>
43
<macros>
54
<import>tophat_macros.xml</import>
@@ -33,8 +32,8 @@
3332
</macro>
3433
</macros>
3534
<requirements>
36-
<requirement type="package" version="2.2.5">bowtie2</requirement>
37-
<requirement type="package" version="2.1.0">tophat</requirement>
35+
<requirement type="package" version="2.2.8">bowtie2</requirement>
36+
<requirement type="package" version="2.1.1">tophat</requirement>
3837
</requirements>
3938
<stdio>
4039
<regex match="Exception|Error" source="both" level="fatal" description="Tool execution failed"/>

0 commit comments

Comments
 (0)