commit/galaxy-central: jgoecks: Fix version references in tophat2 wrapper.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/c16adb4630e5/ changeset: c16adb4630e5 user: jgoecks date: 2012-04-26 19:59:03 summary: Fix version references in tophat2 wrapper. affected #: 1 file diff -r 9884af7d49189f1af3f8ae60931064d2abcc62cc -r c16adb4630e58fe4001e488367e27e911d7ec0cb tools/ngs_rna/tophat2_wrapper.xml --- a/tools/ngs_rna/tophat2_wrapper.xml +++ b/tools/ngs_rna/tophat2_wrapper.xml @@ -1,9 +1,9 @@ <tool id="tophat2" name="Tophat2" version="0.5"><!-- Wrapper compatible with Tophat version 2.0.0 --><description>Gapped-read mapper for RNA-seq data</description> - <version_command>tophat --version</version_command> + <version_command>tophat2 --version</version_command><requirements> - <requirement type="package">tophat</requirement> + <requirement type="package">tophat2</requirement></requirements><command interpreter="python"> tophat2_wrapper.py Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket