Previous changeset 1:3175047fb607 (2018-04-18) Next changeset 3:5c72eb992651 (2020-01-15) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 758b42538f722759e7b5414f64c9a7973cc221b4" |
modified:
macros.xml rm_spurious_events.xml |
b |
diff -r 3175047fb607 -r 84aff696aa97 macros.xml --- a/macros.xml Wed Apr 18 04:04:16 2018 -0400 +++ b/macros.xml Wed Dec 25 11:39:45 2019 -0500 |
b |
@@ -2,6 +2,7 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">bctools</requirement> + <yield/> </requirements> </xml> <token name="@VERSION@">0.2.2</token> |
b |
diff -r 3175047fb607 -r 84aff696aa97 rm_spurious_events.xml --- a/rm_spurious_events.xml Wed Apr 18 04:04:16 2018 -0400 +++ b/rm_spurious_events.xml Wed Dec 25 11:39:45 2019 -0500 |
[ |
@@ -1,9 +1,11 @@ -<tool id="bctools_remove_spurious_events" name="Remove spurious" version="@VERSION@"> +<tool id="bctools_remove_spurious_events" name="Remove spurious" version="@VERSION@+galaxy1"> <description>crosslinking events</description> <macros> <import>macros.xml</import> </macros> - <expand macro="requirements"/> + <expand macro="requirements"> + <requirement type="package" version="8.31">coreutils</requirement> + </expand> <command detect_errors="exit_code"><![CDATA[ rm_spurious_events.py '$events' |