Mercurial > repos > ebi-gxa > hca_matrix_downloader
annotate matrix-service.xml @ 2:c3c85b67d118 draft default tip
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
author | ebi-gxa |
---|---|
date | Sun, 27 Dec 2020 00:00:19 +0000 |
parents | 2e81fbe036b2 |
children |
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"?> |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
2 <tool id="hca_matrix_downloader" name="Human Cell Atlas Matrix Downloader" version="v0.0.4+galaxy0"> |
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
|
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> |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
5 <requirement type="package" version="0.0.4">hca-matrix-downloader</requirement> |
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
|
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 |
1
2e81fbe036b2
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit a3175f2eb5c66853296751aaf2a87218fb636b1a
ebi-gxa
parents:
0
diff
changeset
|
9 hca-matrix-downloader -p '${project}' -o out -f '${matrix_format}' |
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
|
10 |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
11 #if $species: |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
12 -s ${species} |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
13 #end if |
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
|
14 #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
|
15 && 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
|
16 && 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
|
17 #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
|
18 |
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 ]]></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
|
20 |
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 <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
|
22 <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
|
23 <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
|
24 <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
|
25 <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
|
26 </param> |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
27 <param name="species" argument="--species" optional="true" type="text" label="Species to use" help="Certain studies will contain more than one species, in that case, one should be given as input. If you try to download data from such a study, the tool will fail and give you a list in the Std. out of what are the potential species to paste here. This is not needed for most studies that have a single species."/> |
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
|
28 </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
|
29 |
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 <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
|
31 <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
|
32 <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
|
33 </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
|
34 <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
|
35 <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
|
36 </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
|
37 <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
|
38 <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
|
39 </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
|
40 <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
|
41 <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
|
42 </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
|
43 <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
|
44 <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
|
45 </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
|
46 </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
|
47 |
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 <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
|
49 <test> |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
50 <param name="project" value="cddab57b-6868-4be4-806f-395ed9dd635a"/> |
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
|
51 <param name="matrix_format" value="mtx"/> |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
52 <output name="matrix_mtx" md5="0549fc0260eb6974affb115ac80b6e85" ftype="txt"/> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
53 <output name="genes_tsv" md5="7e131ba105f713d2f9766d61c246d0da" ftype="tsv"/> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
54 <output name="barcode_tsv" md5="327926a684ad8eaee5de8243c32b415c" ftype="tsv"/> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
55 <output name="cells_meta_tsv" md5="defa674847e3e1877ab1957a3291b28d" ftype="tsv"/> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
56 </test> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
57 <test> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
58 <param name="project" value="f8aa201c-4ff1-45a4-890e-840d63459ca2"/> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
59 <param name="matrix_format" value="loom"/> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
60 <param name="species" value="homo_sapiens"/> |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
61 <output name="matrix_loom" md5="9ba6bd109ec271c338251c5519ea9f5d" ftype="h5"/> |
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
|
62 </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
|
63 </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
|
64 |
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 <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
|
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 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
|
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 |
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 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
|
71 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
|
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 To use it, simply set the name, or label, or ID for the desired project, which can be |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
74 found at the HCA data browser (https://data.humancellatlas.org/explore/projects), |
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
|
75 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
|
76 |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
77 For projects that have more than one organism, one needs to be specified. If none |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
78 is specified, then the job will fail and the available options to be specified |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
79 will be listed in the stdout of the job. |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
80 |
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
|
81 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
|
82 |
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 - *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
|
84 |
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 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
|
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 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
|
88 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
|
89 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
|
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 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
|
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 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
|
94 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
|
95 |
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 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
|
97 |
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 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
|
99 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
|
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 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
|
102 |
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 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
|
104 |
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 - *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
|
106 |
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 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
|
108 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
109 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
|
110 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
|
111 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
|
112 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
113 **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
|
114 |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
115 0.0.4+galaxy0: Retrieves data from EBI FTP until an equivalent Matrix service for DCP 2.0 is established. Deals with multi organisms studies. |
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
116 |
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
|
117 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
|
118 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
|
119 |
c127d4124583
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 67729956c77554abbaf1d4fd0edf19215eff28da-dirty
ebi-gxa
parents:
diff
changeset
|
120 ]]></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
|
121 <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
|
122 <citation type="doi">10.7554/eLife.27041</citation> |
2
c3c85b67d118
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit 81ed2d7aaad0f5536d835e75e483c39c3984d565"
ebi-gxa
parents:
1
diff
changeset
|
123 <citation type="doi">10.1101/2020.04.08.032698</citation> |
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
|
124 </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
|
125 </tool> |