# HG changeset patch # User ebi-gxa # Date 1594432096 14400 # Node ID 2d121013176ff930b3138960bbaa23c2c2cae78f # Parent 265dcc5bc1e810cfbd154c5c282c7ac6f0dd1b76 planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit bbe3c1f7fd8489951f2d90415fe80dd5cf961ca0 diff -r 265dcc5bc1e8 -r 2d121013176f seurat_macros.xml --- a/seurat_macros.xml Mon Nov 25 06:10:49 2019 -0500 +++ b/seurat_macros.xml Fri Jul 10 21:48:16 2020 -0400 @@ -1,6 +1,6 @@ - 0.0.6 + 0.0.7 3.1.1 @@ -97,6 +97,8 @@ + 10.1101/2020.04.08.032698 diff -r 265dcc5bc1e8 -r 2d121013176f seurat_read10x.xml --- a/seurat_read10x.xml Mon Nov 25 06:10:49 2019 -0500 +++ b/seurat_read10x.xml Fri Jul 10 21:48:16 2020 -0400 @@ -1,5 +1,5 @@ - -Loads 10x data into a serialized seurat R object + +Loads Tabular or 10x data into a serialized seurat R object seurat_macros.xml @@ -8,12 +8,19 @@ - - - + + + + + + + + + + + + + + @@ -57,9 +75,9 @@ @SEURAT_INTRO@ - **Read 10x-Genomics-formatted mtx directory (`read_10x_mtx`)** + **Read expression data from a tabular file or a 10x-Genomics-formatted mtx directory (`read_10x_mtx`)** - The mtx directory should contain: + For mtx, the directory should contain: 1) Raw expression quantification as a sparse matrix in Matrix Market format, where the each column is a gene and each row is a barcode/cell. @@ -72,9 +90,10 @@ datasets. **Inputs** - * Raw expression quantification as a sparse matrix in Matrix Market format, where the each column is a gene and each row is a barcode/cell. - * A gene table of at least two columns where the first column gives the gene IDs. - * A barcode/cell table of at least one column giving the barcode/cell IDs. + * A tabular file of expression data OR + * Raw expression quantification as a sparse matrix in Matrix Market format, where the each column is a gene and each row is a barcode/cell. + * A gene table of at least two columns where the first column gives the gene IDs. + * A barcode/cell table of at least one column giving the barcode/cell IDs. * Optionally, a file with cell metadata. **Outputs**