Mercurial > repos > ebi-gxa > hca_matrix_downloader
annotate matrix-service.xml @ 0:c127d4124583 draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
author | ebi-gxa |
---|---|
date | Tue, 02 Jul 2019 11:10:16 -0400 |
parents | |
children | 2e81fbe036b2 |
rev | line source |
---|---|
0
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
2 <tool id="hca_matrix_downloader" name="Human Cell Atlas Matrix Downloader" version="v0.0.2+galaxy0"> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
3 <description>retrieves expression matrices and metadata from the Human Cell Atlas.</description> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
4 <requirements> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
5 <requirement type="package" version="0.0.2">hca-matrix-downloader</requirement> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
6 </requirements> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
8 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
9 hca-matrix-downloader -p '${project}' -f mtx -o out -f '${matrix_format}' |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
10 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
11 #if $matrix_format == "mtx": |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
12 && hca-mtx-to-10x out.mtx . |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
13 && gunzip -c out.mtx/cells.tsv.gz > exp_design.tsv |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
14 #end if |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
15 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
16 ]]></command> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
17 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
18 <inputs> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
19 <param name="project" type="text" value="Single cell transcriptome analysis of human pancreas" label="Human Cell Atlas project name/label/UUID" help="HCA project identifier, can be project title, project label or project UUID."/> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
20 <param name="matrix_format" type="select" label="Choose the format of matrix to download" help="Matrix Market or Loom"> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
21 <option value="mtx" selected="true">Matrix Market</option> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
22 <option value="loom">Loom</option> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
23 </param> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
24 </inputs> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
25 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
26 <outputs> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
27 <data name="matrix_mtx" format="txt" from_work_dir="matrix.mtx" label="${tool.name} on ${on_string} matrix.mtx"> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
28 <filter>matrix_format=="mtx"</filter> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
29 </data> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
30 <data name="genes_tsv" format="tsv" from_work_dir="genes.tsv" label="${tool.name} on ${on_string} genes.tsv"> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
31 <filter>matrix_format=="mtx"</filter> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
32 </data> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
33 <data name="barcode_tsv" format="tsv" from_work_dir="barcodes.tsv" label="${tool.name} on ${on_string} barcodes.tsv"> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
34 <filter>matrix_format=="mtx"</filter> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
35 </data> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
36 <data name="cells_meta_tsv" format="tsv" from_work_dir="exp_design.tsv" label="${tool.name} on ${on_string} exp_design.tsv"> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
37 <filter>matrix_format=="mtx"</filter> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
38 </data> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
39 <data name="matrix_loom" format="h5" from_work_dir="out.loom" label="${tool.name} on ${on_string} matrix.loom"> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
40 <filter>matrix_format=="loom"</filter> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
41 </data> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
42 </outputs> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
43 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
44 <tests> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
45 <test> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
46 <param name="project" value="Single cell transcriptome analysis of human pancreas"/> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
47 <param name="matrix_format" value="mtx"/> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
48 <output name="matrix_mtx" file="matrix.mtx" ftype="txt"/> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
49 <output name="genes_tsv" file="genes.tsv" ftype="tsv"/> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
50 <output name="barcode_tsv" file="barcodes.tsv" ftype="tsv"/> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
51 <output name="cells_meta_tsv" file="exp_design.tsv" ftype="tsv"/> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
52 </test> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
53 </tests> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
54 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
55 <help><![CDATA[ |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
56 =========================================================================== |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
57 Down expression matrix from HCA projects using HCA DCP's matrix service API |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
58 =========================================================================== |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
59 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
60 The data retrieval tool presented here allows the user to retrieve expression matrices |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
61 and metadata for any public experiment available at Human Cell Atlas data portal. |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
62 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
63 To use it, simply set the name, or label, or ID for the desired project, which can be |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
64 found at the HCA data browser (https://prod.data.humancellatlas.org/explore/projects), |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
65 and select the desired matrix format (Matrix Market or Loom). |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
66 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
67 Outputs will be: |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
68 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
69 - *When "Matrix Market" is seleted, outputs are in 10X-compatible Matrix Market format:* |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
70 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
71 1. **Matrix (txt):** |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
72 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
73 Contains the expression values for genes (rows) and cells (columns) in raw counts. This |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
74 text file is formatted as a Matrix Market file, and as such it is accompanied by separate |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
75 files for the gene identifiers and the cells identifiers. |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
76 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
77 2. **Genes (tsv):** |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
78 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
79 Identifiers (column repeated) for the genes present in the matrix of expression, |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
80 in the same order as the matrix rows. |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
81 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
82 3. **Barcodes (tsv):** |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
83 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
84 Identifiers for the cells of the data matrix. The file is ordered to match the columns |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
85 of the matrix. |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
86 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
87 4. **Experiment Design file (tsv):** |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
88 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
89 Contains metadata for the different cells of the experiment. |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
90 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
91 - *When "Loom" is selected, output is a single Loom HDF5 file:* |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
92 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
93 1. **Loom (h5):** |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
94 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
95 Contains expression values for genes (rows) and cells (columns) in raw counts, cell |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
96 metadata table and gene metadata table, in a single HDF5 file with specification defined |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
97 in http://linnarssonlab.org/loompy/format/index.html. |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
98 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
99 **Version history** |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
100 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
101 0.0.2+galaxy0: Initial contribution. Ni Huang and Pablo Moreno, Teichmann Lab at Wellcome Sanger Institute and |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
102 Expression Atlas team https://www.ebi.ac.uk/gxa/home at EMBL-EBI https://www.ebi.ac.uk/. |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
103 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
104 ]]></help> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
105 <citations> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
106 <citation type="doi">10.7554/eLife.27041</citation> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
107 </citations> |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
108 </tool> |