Mercurial > repos > ebi-gxa > scpred_traint_test_split
changeset 4:9c7ec345c4c9 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit bb88d0eb9c193518eb0d05321e3458a10212d3ab"
author | ebi-gxa |
---|---|
date | Fri, 14 Aug 2020 11:00:12 -0400 |
parents | 7aec34208f30 |
children | bb71ba86e806 |
files | scpred_macros.xml scpred_train_test_split.xml |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scpred_macros.xml Mon Jun 01 09:21:35 2020 -0400 +++ b/scpred_macros.xml Fri Aug 14 11:00:12 2020 -0400 @@ -4,7 +4,7 @@ <token name="@PROFILE@">18.01</token> <xml name="requirements"> <requirements> - <requirement type="package" version="0.0.8">scpred-cli</requirement> + <requirement type="package" version="0.0.9">scpred-cli</requirement> <yield/> </requirements> </xml> @@ -15,6 +15,7 @@ </xml> <token name="@VERSION_HISTORY@"><![CDATA[ **Version history** + 1.0.1+galaxy0: Update output format from csv to tsv 1.0.0+galaxy0: Initilal contribution. Andrey Solovyev, Expression Atlas team https://www.ebi.ac.uk/gxa/home at EMBL-EBI https://www.ebi.ac.uk/. ]]></token> <xml name="citations">
--- a/scpred_train_test_split.xml Mon Jun 01 09:21:35 2020 -0400 +++ b/scpred_train_test_split.xml Fri Aug 14 11:00:12 2020 -0400 @@ -1,4 +1,4 @@ -<tool id="scpred_traint_test_split" name="Scpred train-test split" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> +<tool id="scpred_traint_test_split" name="Scpred train-test split" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>CPM normalise and partition into train/test data</description> <macros> <import>scpred_macros.xml</import>