| Previous changeset 2:bfd745cf84c2 (2018-10-25) Next changeset 4:ea7edefc72c3 (2018-10-26) |
|
Commit message:
planemo upload for repository https://github.com/hepcat72/robs_galaxy_tools/tree/master/tools/lumpyexpress commit a82cefcab2be9f47447d3e49b6ec71a22a12f989 |
|
modified:
lumpyexpress.xml |
| b |
| diff -r bfd745cf84c2 -r d637435b1227 lumpyexpress.xml --- a/lumpyexpress.xml Thu Oct 25 13:53:31 2018 -0400 +++ b/lumpyexpress.xml Thu Oct 25 14:12:43 2018 -0400 |
| [ |
| @@ -12,7 +12,9 @@ <requirement type="package" version="4.2.1">gawk</requirement> </requirements> - <version_command>lumpy 2>&1 >/dev/null | grep Program | cut -d ' ' -f 4 | cut -d ')' -f 1</version_command> + <version_command><![CDATA[ + lumpy 2>&1 >/dev/null | grep Program | cut -d ' ' -f 4 | cut -d ')' -f 1 + ]]></version_command> <command detect_errors="aggressive"> <![CDATA[ |