# HG changeset patch # User ebi-gxa # Date 1574680333 18000 # Node ID daeca8f7a26eed927b946da01db290cd0803e2eb # Parent 6e26ee99fdfc2f91e30111a18c74c15c945877fd planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 0463f230d18201c740851d72e31a5024f391207f diff -r 6e26ee99fdfc -r daeca8f7a26e seurat_dim_plot.xml --- a/seurat_dim_plot.xml Wed Apr 03 11:20:03 2019 -0400 +++ b/seurat_dim_plot.xml Mon Nov 25 06:12:13 2019 -0500 @@ -1,4 +1,4 @@ - + graphs the output of a dimensional reduction technique (PCA by default). Cells are colored by their identity class. seurat_macros.xml @@ -7,7 +7,7 @@ - + @@ -85,13 +85,12 @@ **What it does** -Seurat_ is a toolkit for quality control, analysis, and exploration of single cell RNA sequencing -data. It is developed and maintained by the `Satija Lab`_ at NYGC. Seurat aims to enable users to -identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to -integrate diverse types of single cell data. +Graphs the output of a dimensional reduction technique on a 2D scatter plot +where each point is a cell and it's positioned based on the cell embeddings +determined by the reduction technique. By default, cells are colored by their +identity class (can be changed with the group.by parameter). -This tool graphs the output of a dimensional reduction technique (PCA by default). Cells are colored -by their identity class. +@SEURAT_INTRO@ ----- diff -r 6e26ee99fdfc -r daeca8f7a26e seurat_macros.xml --- a/seurat_macros.xml Wed Apr 03 11:20:03 2019 -0400 +++ b/seurat_macros.xml Mon Nov 25 06:12:13 2019 -0500 @@ -1,34 +1,110 @@ - - 0.0.5 - + 0.0.6 + 3.1.1 seurat-scripts - /dev/null | grep -v -i "WARNING: ") ]]> + + + + + + + + + + + + + + + + + + + + + + + + + #if $input.format == "anndata" + --input-object-file '$input.anndata_file' --input-format anndata + #else if $input.format == "loom" + --input-object-file '$input.loom_file' --input-format loom + #else if $input.format == "rds_seurat" + --input-object-file '$input.rds_seurat_file' --input-format seurat + #else if $input.format == "rds_sce" + --input-object-file '$input.rds_sce_file' --input-format singlecellexperiment + #end if + + + + + + + + + + + + + format == 'loom' + + + format == 'rds_seurat' + + + format == 'rds_sce' + + + + + #if $format == "anndata" + --output-object-file '$anndata_file' --output-format anndata + #else if $format == "loom" + --output-object-file seurat_obj.loom --output-format loom + #else if $format == "rds_seurat" + --output-object-file '$rds_seurat_file' --output-format seurat + #else if $format == "rds_sce" + --output-object-file '$rds_sce_file' --output-format singlecellexperiment + #end if + + - + + +