Mercurial > repos > ebi-gxa > anndata_ops
comparison anndata_operations.xml @ 14:a4ad76e3dc4a draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 2db9e8cecb8d373874318e53ec2d4d7a64dd1b24-dirty"
author | ebi-gxa |
---|---|
date | Fri, 11 Sep 2020 11:04:39 +0000 |
parents | f1a1cf7c0153 |
children | c09d61ede252 |
comparison
equal
deleted
inserted
replaced
13:35ee5e3e87c1 | 14:a4ad76e3dc4a |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <tool id="anndata_ops" name="AnnData Operations" version="0.0.3+galaxy1" profile="@PROFILE@"> | 2 <tool id="anndata_ops" name="AnnData Operations" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> |
3 <description>modifies metadata and flags genes</description> | 3 <description>modifies metadata and flags genes</description> |
4 <macros> | 4 <macros> |
5 <import>scanpy_macros2.xml</import> | 5 <import>scanpy_macros2.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
211 * Observations, such as clustering results. | 211 * Observations, such as clustering results. |
212 * Embeddings, such as tSNE or UMAPs. | 212 * Embeddings, such as tSNE or UMAPs. |
213 * Unstructure annotations, like gene markers. | 213 * Unstructure annotations, like gene markers. |
214 | 214 |
215 This functionality will probably be added in the future to a larger package. | 215 This functionality will probably be added in the future to a larger package. |
216 | |
217 History | |
218 ------- | |
219 | |
220 1.6.0+galaxy0: Moves to Scanpy Scripts 0.3.0 (Scanpy 1.6.0), versioning switched to track Scanpy as other tools. | |
221 | |
222 0.0.3+galaxy0: Adds ability to merge AnnData objects (Scanpy 1.4.3). | |
216 ]]></help> | 223 ]]></help> |
217 <expand macro="citations"/> | 224 <expand macro="citations"/> |
218 </tool> | 225 </tool> |