# HG changeset patch # User ebi-gxa # Date 1574680155 18000 # Node ID bdabb6af06e41103f77c31423e21c3be13dc4807 # Parent 8ea7386673142f0d229fcf4c246cc637ee0a5865 planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 0463f230d18201c740851d72e31a5024f391207f diff -r 8ea738667314 -r bdabb6af06e4 seurat_find_clusters.xml --- a/seurat_find_clusters.xml Wed Apr 03 11:17:04 2019 -0400 +++ b/seurat_find_clusters.xml Mon Nov 25 06:09:15 2019 -0500 @@ -1,4 +1,4 @@ - + find clusters of cells seurat_macros.xml @@ -8,30 +8,10 @@ - - + +
- - - - - - - + + + + + + + + + + + + +
+
- + @@ -72,7 +79,7 @@ - + - - 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 + + - + + +