annotate biomodels_BIOMD0000001076.xml @ 1:99ebf69e9b45 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
author bgruening
date Fri, 05 Jan 2024 13:10:02 +0000
parents
children e66700f4c7eb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
1 <tool id="biomodels_BIOMD0000001076" name="Prediction of Breast Cancer (BC)" version="@VERSION@" profile="23.05">
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
2 <description>proteins involved in cancer immunotherapy using molecular descriptors and Multi Layer Perceptron (MLP) neural network</description>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
3 <macros>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
4 <token name="@VERSION@">1</token>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
5 </macros>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
6 <creator>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
7 <organization name="EMBL's European Bioinformatics Institute (EMBL-EBI)" url="https://www.ebi.ac.uk/biomodels/" email="biomodels-net-support@lists.sf.net" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
8 <person name="Anup Kumar" email="kumara@informatik.uni-freiburg.de" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
9 </creator>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
10 <requirements>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
11 <container type="docker">docker.io/anupkumar/biomodels_biomd0000001076:@VERSION@</container>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
12 </requirements>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
13 <command><![CDATA[
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
14 cp /home/\$NB_USER/MLP_model3.onnx ./ &&
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
15 python '$biom_script_BIOMD0000001076'
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
16 ]]>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
17 </command>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
18 <configfiles>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
19 <configfile name="biom_script_BIOMD0000001076">
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
20 <![CDATA[
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
21 import os
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
22 import numpy
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
23 import onnxruntime as rt
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
24 import pandas as pd
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
25
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
26 #if $input_file.ext == "tabular":
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
27 data_test = pd.read_csv('$input_file', sep="\t")
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
28 #elif $input_file.ext == "csv":
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
29 data_test = pd.read_csv('$input_file', sep=",")
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
30 #end if
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
31
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
32 Xdatap = data_test.iloc[:,:-1].values
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
33 sess = rt.InferenceSession(os.getcwd() + "/MLP_model3.onnx")
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
34 input_name = sess.get_inputs()[0].name
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
35 label_name = sess.get_outputs()[0].name
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
36 pred_onx = sess.run([label_name], {input_name: Xdatap.astype(numpy.float32)})[0]
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
37 data_test["Predictions"] = pred_onx
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
38 data_test.to_csv('$output_file', sep="\t", index=None)
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
39
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
40 ]]>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
41 </configfile>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
42 </configfiles>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
43 <inputs>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
44 <param name="input_file" type="data" label="Test data" format="tabular,csv" multiple="false" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
45 </inputs>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
46 <outputs>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
47 <data format="tabular" name="output_file" label="Predicted data"></data>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
48 </outputs>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
49 <tests>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
50 <test>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
51 <param name="input_file" value="test_data_BIOMD0000001076.tabular" ftype="tabular" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
52 <output name="output_file" file="pred_data_BIOMD0000001076.tabular">
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
53 <assert_contents>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
54 <has_n_columns n="302" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
55 <has_n_lines n="401" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
56 </assert_contents>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
57 </output>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
58 </test>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
59 <test>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
60 <param name="input_file" value="test_data_BIOMD0000001076.csv" ftype="csv" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
61 <output name="output_file" file="pred_data_BIOMD0000001076.tabular">
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
62 <assert_contents>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
63 <has_n_columns n="302" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
64 <has_n_lines n="401" />
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
65 </assert_contents>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
66 </output>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
67 </test>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
68 </tests>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
69 <help>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
70 <![CDATA[
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
71 **What it does**
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
72
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
73 The tool makes prediction of breast cancer-related proteins: non-breast cancer related protein (0) or related to breast cancer protein (1). 300 features are used to train a Multi Layer Perceptron (artificial neural network) for such a prediction. The model is available via a Docker container. The original GitHub repository can be accessed at https://github.com/muntisa/neural-networks-for-breast-cancer-proteins.
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
74
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
75
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
76 **Description**
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
77
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
78 This study introduces a predictive classifier for breast cancer-related proteins, utilising a combination of protein sequence descriptors and machine learning techniques. The best-performing classifier is a Multi Layer Perceptron (artificial neural network) with 300 features, achieving an average Area Under the Receiver Operating Characteristics (AUROC) score of 0.984 through 3-fold cross-validation. Notably, the model identified top-ranked cancer immunotherapy proteins associated with breast cancer that should be studied for further biomarker discovery and therapeutic targeting. Please note that in this model, the output '0' means BC non-related protein and '1' means BC related protein.
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
79
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
80 **Input file**
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
81
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
82 Provide a tabular file (as tabular or csv) containing all the features as mentioned above.
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
83
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
84 **Output file**
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
85
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
86 Returns predicted data as a tabular file - the predictions are concatenated as a last column of the test data.
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
87
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
88 ]]>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
89 </help>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
90 <citations>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
91 <citation type="doi">10.1038/s41598-020-65584-y</citation>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
92 </citations>
99ebf69e9b45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/biomodelsML commit 96a70f2836d71103eeffcd2f40a312d5dfbc753e
bgruening
parents:
diff changeset
93 </tool>