Mercurial > repos > ebi-gxa > scanpy_compute_graph
diff scanpy_macros2.xml @ 2:53e6944bd162 draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ccd9b839849600b1aa3b6cf54f667575a5f2da9d
author | ebi-gxa |
---|---|
date | Fri, 25 Oct 2019 08:24:19 -0400 |
parents | e7fd6981c0f0 |
children | 6b2673e1f4c6 |
line wrap: on
line diff
--- a/scanpy_macros2.xml Mon Sep 16 08:18:53 2019 -0400 +++ b/scanpy_macros2.xml Fri Oct 25 08:24:19 2019 -0400 @@ -1,9 +1,11 @@ <macros> - <token name="@TOOL_VERSION@">1.4.2</token> + <token name="@TOOL_VERSION@">1.4.3</token> <token name="@HELP@">More information can be found at https://scanpy.readthedocs.io</token> <token name="@VERSION_HISTORY@"><![CDATA[ **Version history** +1.4.3+galaxy0: Update to scanpy-scripts 0.2.5 (running scanpy ==1.4.3). + 1.4.2+galaxy0: Update to scanpy-scripts 0.2.4 (requires scanpy >=1.4.2). 1.3.2+galaxy1: Normalise-data and filter-genes: Exposes ability to output 10x files. @@ -31,7 +33,7 @@ <xml name="requirements"> <requirements> - <requirement type="package" version="0.2.4.post4">scanpy-scripts</requirement> + <requirement type="package" version="0.2.5.post1">scanpy-scripts</requirement> <yield/> </requirements> </xml>