Previous changeset 10:2704d80b7e91 (2020-03-12) Next changeset 12:b456d129066d (2020-06-05) |
Commit message:
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit c98a1caf2a3eed8b1571dae2bf7a794adecdf406" |
modified:
scanpy-find-cluster.xml |
b |
diff -r 2704d80b7e91 -r 5a62843a2b9f scanpy-find-cluster.xml --- a/scanpy-find-cluster.xml Thu Mar 12 05:14:12 2020 -0400 +++ b/scanpy-find-cluster.xml Wed Apr 08 05:07:07 2020 -0400 |
b |
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<tool id="scanpy_find_cluster" name="Scanpy FindCluster" version="@TOOL_VERSION@+galaxy10" profile="@PROFILE@"> +<tool id="scanpy_find_cluster" name="Scanpy FindCluster" version="@TOOL_VERSION@+galaxy11" profile="@PROFILE@"> <description>based on community detection on KNN graph</description> <macros> <import>scanpy_macros2.xml</import> @@ -52,7 +52,7 @@ <param name="use_graph" argument="--use-graph" value="neighbors" type="text" label="Name of the slot that holds the KNN graph"/> <param name="key_added" argument="--key-added" type="text" optional="true" - label="Additional suffix to the name of the slot to save the calculated trajectory"/> + label="Additional suffix to the name of the slot to save the calculated clustering"/> <param name="resolution" argument="--resolution" type="float" min="0.0" value="1.0" label="Resolution, high value for more and smaller clusters"/> |