Previous changeset 10:c8eb5547846b (2021-10-15) Next changeset 12:3111bcf039dd (2023-02-16) |
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 9ea121884e1aecd2ee66a0686057cb3ed904b9eb-dirty" |
modified:
scanpy_macros2.xml |
b |
diff -r c8eb5547846b -r ca0c7251e415 scanpy_macros2.xml --- a/scanpy_macros2.xml Fri Oct 15 15:04:02 2021 +0000 +++ b/scanpy_macros2.xml Thu Oct 28 09:57:39 2021 +0000 |
[ |
@@ -1,10 +1,12 @@ <macros> - <token name="@TOOL_VERSION@">1.8.1+2</token> + <token name="@TOOL_VERSION@">1.8.1+3</token> <token name="@HELP@">More information can be found at https://scanpy.readthedocs.io</token> <token name="@PROFILE@">18.01</token> <token name="@VERSION_HISTORY@"><![CDATA[ **Version history** +1.8.1+3+galaxy0: Upate to scanpy-scripts 1.1.3 (running scanpy ==1.8.1), including a fix to MTX output and a bugfix for the Scrublet wrapper. + 1.8.1+2+galaxy0: Upate to scanpy-scripts 1.1.2 (running scanpy ==1.8.1), including improved boolean handling for mito etc. 1.8.1+1+galaxy0: Upate to scanpy-scripts 1.1.1 build 1 (running scanpy ==1.8.1), including improved Scrublet integration with batch handling. @@ -65,7 +67,7 @@ <xml name="requirements"> <requirements> - <requirement type="package" version="1.1.2">scanpy-scripts</requirement> + <requirement type="package" version="1.1.3">scanpy-scripts</requirement> <yield/> </requirements> </xml> |