| Previous changeset 73:e19192b12af7 (2021-08-26) |
|
Commit message:
planemo upload for repository https://github.com/GReD-Clermont/sRNAPipe/ commit b10ab97380b0f2f5850138b9ddc03cd6afae1a9d |
|
modified:
README.rst sRNAPipe.xml |
| b |
| diff -r e19192b12af7 -r fe3a93edb210 README.rst --- a/README.rst Thu Aug 26 11:20:45 2021 +0000 +++ b/README.rst Fri Sep 30 14:46:12 2022 +0000 |
| b |
| @@ -39,8 +39,8 @@ You can also install the tool manually: -1. Download sRNAPipe - You can find sRNAPipe here: https://github.com/brassetjensen/sRNAPipe +1. Download the sRNAPipe wrapper for Galaxy + You can find the wrapper here: https://github.com/GReD-Clermont/sRNAPipe 2. Put the tool into Galaxy's tools directory You need to add files into tools/ directory , where all tool-related files are stored, within your Galaxy installation. |
| b |
| diff -r e19192b12af7 -r fe3a93edb210 sRNAPipe.xml --- a/sRNAPipe.xml Thu Aug 26 11:20:45 2021 +0000 +++ b/sRNAPipe.xml Fri Sep 30 14:46:12 2022 +0000 |
| [ |
| @@ -1,4 +1,4 @@ -<tool id="sRNAPipe" name="sRNAPipe" version="1.1.2"> +<tool id="sRNAPipe" name="sRNAPipe" version="1.2"> <description>In-depth study of small RNA</description> <macros> <xml name="source" token_arg="Argument" token_build="Build argument" token_ref=""> @@ -34,7 +34,7 @@ </xml> </macros> <requirements> - <requirement type="package" version="1.1.1">srnapipe</requirement> + <requirement type="package" version="1.2">srnapipe</requirement> </requirements> <version_command>srnapipe | grep 'version' | grep "version" | cut -d ' ' -f 3</version_command> <command detect_errors="aggressive"><![CDATA[ |