Mercurial > repos > bgruening > biomodels_biomd0000001076
changeset 1:e62e31ee42d9 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:50 +0000 |
parents | 3e25f7ded8b1 |
children | |
files | biomodels_BIOMD0000001076.xml macros.xml |
diffstat | 2 files changed, 14 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/biomodels_BIOMD0000001076.xml Wed Mar 13 08:48:14 2024 +0000 +++ b/biomodels_BIOMD0000001076.xml Wed Mar 20 16:58:50 2024 +0000 @@ -1,14 +1,11 @@ -<tool id="biomodels_BIOMD0000001076" name="Prediction of Breast Cancer (BC)" version="@VERSION@" profile="23.05"> +<tool id="biomodels_biomd0000001076" name="Prediction of Breast Cancer (BC)" version="@VERSION@" profile="@PROFILE@"> <description>proteins involved in cancer immunotherapy using molecular descriptors and Multi Layer Perceptron (MLP) neural network</description> <macros> - <token name="@VERSION@">1</token> + <import>macros.xml</import> </macros> - <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> + <expand macro="creators" /> <requirements> - <container type="docker">docker.io/anupkumar/biomodels_biomd0000001076:@VERSION@</container> + <container type="docker">quay.io/galaxy/biomodels_biomd0000001076:@VERSION@</container> </requirements> <command><![CDATA[ cp /home/\$NB_USER/MLP_model3.onnx ./ &&
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Mar 20 16:58:50 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>