changeset 6:0d713384d8d8 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 824146613fdab1de5bf430e01422417a720fe3f2"
author ebi-gxa
date Thu, 13 Aug 2020 06:10:49 -0400
parents 39370cc49ae7
children 2f63b1cd9122
files scmap_get_std_output.xml scmap_macros.xml
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scmap_get_std_output.xml	Mon May 04 07:10:57 2020 -0400
+++ b/scmap_get_std_output.xml	Thu Aug 13 06:10:49 2020 -0400
@@ -1,4 +1,4 @@
-<tool id="scmap_get_std_output" name="Scmap get standard output" version="@TOOL_VERSION@+galaxy2"  profile="@PROFILE@">
+<tool id="scmap_get_std_output" name="Scmap get standard output" version="@TOOL_VERSION@+galaxy0"  profile="@PROFILE@">
     <description>Create final output in standard format to allow for downstream analysis of predicted labels by tools of the EBI gene expression group's cell-types-analysis package</description>
     <macros>
          <import>scmap_macros.xml</import>
--- a/scmap_macros.xml	Mon May 04 07:10:57 2020 -0400
+++ b/scmap_macros.xml	Thu Aug 13 06:10:49 2020 -0400
@@ -1,10 +1,10 @@
 <macros>
-    <token name="@TOOL_VERSION@">1.6.1</token>
+    <token name="@TOOL_VERSION@">1.6.2</token>
     <token name="@HELP@">More information can be found at https://bioconductor.org/packages/release/bioc/html/scmap.html</token>
     <token name="@PROFILE@">18.01</token>
     <xml name="requirements">
       <requirements>
-        <requirement type="package" version="0.0.9">scmap-cli</requirement>
+        <requirement type="package" version="0.0.10">scmap-cli</requirement>
             <yield/>
       </requirements>
     </xml>
@@ -15,6 +15,7 @@
     </xml>
     <token name="@VERSION_HISTORY@"><![CDATA[
 **Version history**
+1.6.2+galaxy0: Update scmap-cli to 0.0.10
 1.6.1+galaxy0: Update scmap-cli to 0.0.9.
 1.6.0+galaxy0: Initial contribution. Jonathan Manning, Expression Atlas team https://www.ebi.ac.uk/gxa/home at EMBL-EBI https://www.ebi.ac.uk/.
     ]]></token>