Mercurial > repos > bgruening > biomodels_biomd0000001066
changeset 4:48024c5a155f draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit db3b6bfca3b7fbacd3e6e907a138b0c83ba8443a
author | bgruening |
---|---|
date | Wed, 20 Mar 2024 16:58:56 +0000 |
parents | e5d28e255f58 |
children | |
files | biomodels_BIOMD0000001066.xml macros.xml |
diffstat | 2 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/biomodels_BIOMD0000001066.xml Wed Mar 13 08:48:03 2024 +0000 +++ b/biomodels_BIOMD0000001066.xml Wed Mar 20 16:58:56 2024 +0000 @@ -1,8 +1,9 @@ -<tool id="biomodels_biomd0000001066" name="Random Forest model" version="@VERSION@" profile="22.05"> +<tool id="biomodels_biomd0000001066" name="Random Forest model" version="@VERSION@" profile="@PROFILE@"> <description>to predict efficacy of immune checkpoint blockade across multiple cancer patient cohorts</description> <macros> - <token name="@VERSION@">1</token> + <import>macros.xml</import> </macros> + <expand macro="creators" /> <requirements> <container type="docker">quay.io/galaxy/biomodels_biomd0000001066:@VERSION@</container> </requirements>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Mar 20 16:58:56 2024 +0000 @@ -0,0 +1,10 @@ +<macros> + <token name="@PROFILE@">22.05</token> + <token name="@VERSION@">1.1</token> + <xml name="creators"> + <creator> + <organization name="EMBL's European Bioinformatics Institute (EMBL-EBI)" url="https://www.ebi.ac.uk/biomodels/" email="biomodels-net-support@lists.sf.net" /> + <person name="Anup Kumar" email="kumara@informatik.uni-freiburg.de" /> + </creator> + </xml> +</macros>