Mercurial > repos > jjohnson > cistrome_beta
changeset 3:067573bac905 draft
planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/cistrome_beta commit 582171406b2629786513d49745f199353cfdbf94-dirty
author | jjohnson |
---|---|
date | Thu, 22 Mar 2018 08:48:00 -0400 |
parents | 9c5241259454 |
children | 52ed4957ace9 |
files | beta_basic.xml beta_macros.xml beta_minus.xml beta_plus.xml |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/beta_basic.xml Thu Mar 22 08:33:55 2018 -0400 +++ b/beta_basic.xml Thu Mar 22 08:48:00 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="beta_basic" name="BETA-basic: Binding and Expression Target Analysis" version="0.1.0"> +<tool id="beta_basic" name="BETA-basic: Binding and Expression Target Analysis" version="@VERSION@.0"> <description>Predict the factors (TFs or CRs) direct target genes by combining the binding and expression data</description> <macros> <import>beta_macros.xml</import>
--- a/beta_macros.xml Thu Mar 22 08:33:55 2018 -0400 +++ b/beta_macros.xml Thu Mar 22 08:48:00 2018 -0400 @@ -5,7 +5,7 @@ <requirement type="package" version="1.0.7">beta</requirement> </requirements> </macro> - + <token name="@VERSION@">1.0.7</token> <macro name="stdio"> <stdio> <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
--- a/beta_minus.xml Thu Mar 22 08:33:55 2018 -0400 +++ b/beta_minus.xml Thu Mar 22 08:48:00 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="beta_minus" name="BETA-minus: Targets prediction with binding only" version="0.1.0"> +<tool id="beta_minus" name="BETA-minus: Targets prediction with binding only" version="@VERSION@.0"> <description>Predict the factors (TFs or CRs) direct target genes by only binding data</description> <macros> <import>beta_macros.xml</import>
--- a/beta_plus.xml Thu Mar 22 08:33:55 2018 -0400 +++ b/beta_plus.xml Thu Mar 22 08:48:00 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="beta_plus" name="BETA-plus: Binding and Expression Target prediction and motif analysis" version="0.1.0"> +<tool id="beta_plus" name="BETA-plus: Binding and Expression Target prediction and motif analysis" version="@VERSION@.0"> <description>Predict the factors (TFs or CRs) direct target genes by combining the binding and expression data, then do motif analysis on target regions</description> <macros> <import>beta_macros.xml</import>