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

Changeset 7:5972aea41e0e (2020-08-13)
Previous changeset 6:139321321fdd (2020-05-04) Next changeset 8:e5aaa5bea06a (2020-11-27)
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 824146613fdab1de5bf430e01422417a720fe3f2"
modified:
scmap_macros.xml
scmap_select_features.xml
b
diff -r 139321321fdd -r 5972aea41e0e scmap_macros.xml
--- a/scmap_macros.xml Mon May 04 07:11:49 2020 -0400
+++ b/scmap_macros.xml Thu Aug 13 06:12:03 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>
b
diff -r 139321321fdd -r 5972aea41e0e scmap_select_features.xml
--- a/scmap_select_features.xml Mon May 04 07:11:49 2020 -0400
+++ b/scmap_select_features.xml Thu Aug 13 06:12:03 2020 -0400
b
@@ -1,4 +1,4 @@
-<tool id="scmap_select_features" name="Scmap select features" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
+<tool id="scmap_select_features" name="Scmap select features" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
     <description>finds the most informative features (genes/transcripts) for projection.</description>
     <macros>
         <import>scmap_macros.xml</import>