# HG changeset patch # User bgruening # Date 1710953936 0 # Node ID 48024c5a155f407efad80507616e67698a4681b4 # Parent e5d28e255f5860b80ac68fac95f3029e7bd85775 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit db3b6bfca3b7fbacd3e6e907a138b0c83ba8443a diff -r e5d28e255f58 -r 48024c5a155f biomodels_BIOMD0000001066.xml --- 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> diff -r e5d28e255f58 -r 48024c5a155f macros.xml --- /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>