Mercurial > repos > iuc > bctools_remove_spurious_events
changeset 2:b9e16508f80c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 758b42538f722759e7b5414f64c9a7973cc221b4"
| author | iuc |
|---|---|
| date | Wed, 25 Dec 2019 16:36:48 +0000 |
| parents | 699d0a1f901d |
| children | 4739be4dcf1e |
| files | macros.xml rm_spurious_events.xml |
| diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Apr 18 04:02:02 2018 -0400 +++ b/macros.xml Wed Dec 25 16:36:48 2019 +0000 @@ -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>
--- a/rm_spurious_events.xml Wed Apr 18 04:02:02 2018 -0400 +++ b/rm_spurious_events.xml Wed Dec 25 16:36:48 2019 +0000 @@ -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"><