Mercurial > repos > immuneml > immuneml_tools
changeset 15:e33b3d370124 draft
"planemo upload commit 5d2abc4e7c3895a90cefc6384e0964049e9bcb9f"
author | immuneml |
---|---|
date | Tue, 04 Jan 2022 12:57:42 +0000 |
parents | c9fe1c1ca24b |
children | cd57c1c66f8b |
files | immuneml_simulate_events.xml immuneml_train_ml_model.xml immuneml_yaml.xml prod_macros.xml |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/immuneml_simulate_events.xml Tue Nov 09 12:24:40 2021 +0000 +++ b/immuneml_simulate_events.xml Tue Jan 04 12:57:42 2022 +0000 @@ -21,8 +21,8 @@ ]]> </command> <inputs> + <param name="iml_input" type="data" format="immuneml_receptors" label="Dataset input" optional="true" help="This field accepts datasets ithe ImmuneML format, as created by the Create Dataset tool."/> <param name="yaml_input" type="data" format="txt" label="YAML specification" multiple="false"/> - <param name="iml_input" type="data" format="immuneml_receptors" label="Dataset input" optional="true" help="This field accepts datasets ithe ImmuneML format, as created by the Create Dataset tool."/> </inputs> <outputs> <data format="zip" name="archive" label="Archive: immune signal simulation"/>
--- a/immuneml_train_ml_model.xml Tue Nov 09 12:24:40 2021 +0000 +++ b/immuneml_train_ml_model.xml Tue Jan 04 12:57:42 2022 +0000 @@ -28,9 +28,9 @@ ]]> </command> <inputs> + <param name="iml_input" type="data" format="immuneml_receptors" label="Dataset input" optional="true" help="This field accepts an ImmuneML dataset, as created by the Create Dataset tool."/> <param name="yaml_input" type="data" format="txt" label="YAML specification" multiple="false"/> <param name="data_input" type="data" multiple="true" label="Additional files" optional="true" help="This field should include individual repertoire files, metadata files, receptor data and others."/> - <param name="iml_input" type="data" format="immuneml_receptors" label="Dataset input" optional="true" help="This field accepts an ImmuneML dataset, as created by the Create Dataset tool."/> </inputs> <outputs> <data format="zip" name="optimal_model" label="optimal_ml_settings.zip"/>
--- a/immuneml_yaml.xml Tue Nov 09 12:24:40 2021 +0000 +++ b/immuneml_yaml.xml Tue Jan 04 12:57:42 2022 +0000 @@ -28,9 +28,9 @@ ]]> </command> <inputs> + <param name="iml_input" type="data" format="immuneml_receptors" label="ImmuneML dataset" optional="true" help="This field accepts ImmuneML datasets, as created by the Create Dataset tool."/> <param name="yaml_input" type="data" format="txt" label="YAML specification" multiple="false"/> <param name="data_input" type="data" multiple="true" label="Additional files" optional="true" help="This field should include individual repertoire files, metadata files, receptor data and others."/> - <param name="iml_input" type="data" format="immuneml_receptors" label="ImmuneML dataset" optional="true" help="This field accepts ImmuneML datasets, as created by the Create Dataset tool."/> </inputs> <outputs> <data format="zip" name="archive" label="Archive: immuneML Analysis"/>
--- a/prod_macros.xml Tue Nov 09 12:24:40 2021 +0000 +++ b/prod_macros.xml Tue Jan 04 12:57:42 2022 +0000 @@ -1,5 +1,5 @@ <macros> - <token name="@VERSION@">2.1.0</token> + <token name="@VERSION@">2.1.1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">immuneML</requirement>