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

Changeset 2:34f8d81f9d75 (2020-07-10)
Previous changeset 1:daeca8f7a26e (2019-11-25) Next changeset 3:e7e01a7fea38 (2020-07-11)
Commit message:
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit bbe3c1f7fd8489951f2d90415fe80dd5cf961ca0
modified:
seurat_dim_plot.xml
seurat_macros.xml
b
diff -r daeca8f7a26e -r 34f8d81f9d75 seurat_dim_plot.xml
--- a/seurat_dim_plot.xml Mon Nov 25 06:12:13 2019 -0500
+++ b/seurat_dim_plot.xml Fri Jul 10 21:53:33 2020 -0400
b
@@ -1,4 +1,4 @@
-<tool id="seurat_dim_plot" name="Seurat Plot dimension reduction" version="@SEURAT_VERSION@_@VERSION@+galaxy0">
+<tool id="seurat_dim_plot" name="Seurat Plot dimension reduction" version="@SEURAT_VERSION@+galaxy0">
     <description>graphs the output of a dimensional reduction technique (PCA by default). Cells are colored by their identity class.</description>
     <macros>
         <import>seurat_macros.xml</import>
b
diff -r daeca8f7a26e -r 34f8d81f9d75 seurat_macros.xml
--- a/seurat_macros.xml Mon Nov 25 06:12:13 2019 -0500
+++ b/seurat_macros.xml Fri Jul 10 21:53:33 2020 -0400
[
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@VERSION@">0.0.6</token>
+    <token name="@VERSION@">0.0.7</token>
     <token name="@SEURAT_VERSION@">3.1.1</token>
     <xml name="requirements">
         <requirements>
@@ -97,6 +97,8 @@
     <token name="@VERSION_HISTORY@"><![CDATA[
 **Version history**
 
+3.1.1_0.0.7: Exposes perplexity and enables tab input.
+
 3.1.1_0.0.6+galaxy0: Moved to Seurat 3.
 
   Find clusters: removed dims-use, k-param, prune-snn.
@@ -121,6 +123,7 @@
               url = {https://github.com/ebi-gene-expression-group/r-seurat-scripts.git},
             }
             </citation>
+            <citation type="doi">10.1101/2020.04.08.032698</citation>
         </citations>
     </xml>
 </macros>