Repository 'scpred_preprocess_data'
hg clone https://toolshed.g2.bx.psu.edu/repos/ebi-gxa/scpred_preprocess_data

Changeset 4:ea0aafb02362 (2020-08-14)
Previous changeset 3:ecfdb9347edb (2020-06-01) Next changeset 5:9ce18a0e5cfd (2020-08-14)
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit bb88d0eb9c193518eb0d05321e3458a10212d3ab"
modified:
scpred_macros.xml
scpred_preprocess_data.xml
b
diff -r ecfdb9347edb -r ea0aafb02362 scpred_macros.xml
--- a/scpred_macros.xml Mon Jun 01 09:20:00 2020 -0400
+++ b/scpred_macros.xml Fri Aug 14 10:45:42 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">
b
diff -r ecfdb9347edb -r ea0aafb02362 scpred_preprocess_data.xml
--- a/scpred_preprocess_data.xml Mon Jun 01 09:20:00 2020 -0400
+++ b/scpred_preprocess_data.xml Fri Aug 14 10:45:42 2020 -0400
b
@@ -1,4 +1,4 @@
-<tool id="scpred_preprocess_data" name="Scpred pre-process" version="@TOOL_VERSION@+galaxy3" profile="@PROFILE@">
+<tool id="scpred_preprocess_data" name="Scpred pre-process" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
     <description>Pre-process input dataset (no train/test split)</description>
     <macros>
         <import>scpred_macros.xml</import>