Mercurial > repos > ebi-gxa > scanpy_compute_graph
comparison scanpy_macros.xml @ 2:77f16c784c19 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226"
| author | ebi-gxa |
|---|---|
| date | Thu, 12 Mar 2020 09:12:06 +0000 |
| parents | c3c89fc3095a |
| children |
comparison
equal
deleted
inserted
replaced
| 1:ada6d9bd638d | 2:77f16c784c19 |
|---|---|
| 36 <requirements> | 36 <requirements> |
| 37 <requirement type="package" version="0.0.5">scanpy-scripts</requirement> | 37 <requirement type="package" version="0.0.5">scanpy-scripts</requirement> |
| 38 <yield/> | 38 <yield/> |
| 39 </requirements> | 39 </requirements> |
| 40 </xml> | 40 </xml> |
| 41 <token name="@EXPORT_MTX_OPTS@"> | |
| 42 ${export_mtx} | |
| 43 </token> | |
| 41 <token name="@VERSION_HISTORY@"><![CDATA[ | 44 <token name="@VERSION_HISTORY@"><![CDATA[ |
| 42 **Version history** | 45 **Version history** |
| 46 | |
| 47 1.3.2+galaxy1: Normalise-data and filter-genes: Exposes ability to output 10x files. | |
| 43 | 48 |
| 44 1.3.2+galaxy0: Initial contribution. Ni Huang and Pablo Moreno, Expression Atlas team https://www.ebi.ac.uk/gxa/home at | 49 1.3.2+galaxy0: Initial contribution. Ni Huang and Pablo Moreno, Expression Atlas team https://www.ebi.ac.uk/gxa/home at |
| 45 EMBL-EBI https://www.ebi.ac.uk/ and Teichmann Lab at Wellcome Sanger Institute. | 50 EMBL-EBI https://www.ebi.ac.uk/ and Teichmann Lab at Wellcome Sanger Institute. |
| 46 ]]></token> | 51 ]]></token> |
| 47 <xml name="citations"> | 52 <xml name="citations"> |
| 85 <param name="edges" argument="--edges" type="boolean" checked="false" label="Show edges"/> | 90 <param name="edges" argument="--edges" type="boolean" checked="false" label="Show edges"/> |
| 86 <param name="arrows" argument="--arrows" type="boolean" checked="false" label="Show arrows"/> | 91 <param name="arrows" argument="--arrows" type="boolean" checked="false" label="Show arrows"/> |
| 87 <param name="sort_order" argument="--no-sort-order" type="boolean" checked="true" label="Element with high color-by value plot on top"/> | 92 <param name="sort_order" argument="--no-sort-order" type="boolean" checked="true" label="Element with high color-by value plot on top"/> |
| 88 <param name="frameoff" argument="--frameoff" type="boolean" checked="false" label="Omit frame"/> | 93 <param name="frameoff" argument="--frameoff" type="boolean" checked="false" label="Omit frame"/> |
| 89 </xml> | 94 </xml> |
| 95 <xml name="export_mtx_params"> | |
| 96 <param name="export_mtx" argument="--export-mtx" type="boolean" truevalue="--export-mtx ./" falsevalue="" checked="false" label="Save normalised data to 10x format" help="If enabled, it will generate in addition to the main output in Loom or AnnData an export in 10x format of the normalised data."/> | |
| 97 </xml> | |
| 98 <xml name="export_mtx_outputs"> | |
| 99 <data name="matrix_10x" format="txt" from_work_dir="matrix.mtx" label="${tool.name} on ${on_string}: 10x matrix"> | |
| 100 <filter>export_mtx</filter> | |
| 101 </data> | |
| 102 <data name="genes_10x" format="tsv" from_work_dir="genes.tsv" label="${tool.name} on ${on_string}: 10x genes"> | |
| 103 <filter>export_mtx</filter> | |
| 104 </data> | |
| 105 <data name="barcodes_10x" format="tsv" from_work_dir="barcodes.tsv" label="${tool.name} on ${on_string}: 10x barcodes"> | |
| 106 <filter>export_mtx</filter> | |
| 107 </data> | |
| 108 </xml> | |
| 90 </macros> | 109 </macros> |
