# HG changeset patch # User ebi-gxa # Date 1574680122 18000 # Node ID 80eec773c961e0da54ad83432e40b2ab36a56438 # Parent 8c2b1d2659dfa1a9e5e826b97f56eddeee55738d planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 0463f230d18201c740851d72e31a5024f391207f diff -r 8c2b1d2659df -r 80eec773c961 seurat_export_cellbrowser.xml --- a/seurat_export_cellbrowser.xml Wed Apr 03 11:16:38 2019 -0400 +++ b/seurat_export_cellbrowser.xml Mon Nov 25 06:08:42 2019 -0500 @@ -1,4 +1,4 @@ - + produces files for UCSC CellBrowser import. seurat_macros.xml @@ -10,7 +10,8 @@ cp '$markers_file' markers.csv; #end if -seurat-export-cellbrowser.R -i '$rds_input' +seurat-export-cellbrowser.R +@INPUT_OBJECT@ #if $markers_file: -m markers.csv @@ -22,7 +23,7 @@ ]]> - + @@ -42,13 +43,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. +This tool converts a Seurat object (hopefully with t-SNE results) and its +accompanying marker genes file (optional) to a tar that can be feed to the +UCSC CellBrowser tool. -This tool converts a Seurat object (hopefully with t-SNE results) and its accompanying marker genes file (optional) -to a tar that can be feed to the UCSC CellBrowser tool. +@SEURAT_INTRO@ + ----- **Inputs** diff -r 8c2b1d2659df -r 80eec773c961 seurat_macros.xml --- a/seurat_macros.xml Wed Apr 03 11:16:38 2019 -0400 +++ b/seurat_macros.xml Mon Nov 25 06:08:42 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 + + - + + +