# HG changeset patch # User ebi-gxa # Date 1599487356 0 # Node ID c78c930e32636e01aafe2f3e8158d5441d1f9ee6 # Parent 232937b5bb8fb86c98a16c11c9e5647b23f5ad0c "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 62f47287c7e8449c59a1f1f454852ddc669b1b1e-dirty" diff -r 232937b5bb8f -r c78c930e3263 scanpy-neighbours.xml --- a/scanpy-neighbours.xml Fri Jun 05 09:12:59 2020 -0400 +++ b/scanpy-neighbours.xml Mon Sep 07 14:02:36 2020 +0000 @@ -1,5 +1,5 @@ - + to derive kNN graph scanpy_macros2.xml @@ -15,6 +15,7 @@ --n-neighbors '${settings.n_neighbors}' #end if --method '${settings.method}' + --metric '${settings.metric}' --random-state '${settings.random_seed}' #if $settings.use_rep != "auto" --use-rep '${settings.use_rep}' @@ -38,7 +39,7 @@ - + @@ -48,6 +49,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 232937b5bb8f -r c78c930e3263 scanpy_macros2.xml --- a/scanpy_macros2.xml Fri Jun 05 09:12:59 2020 -0400 +++ b/scanpy_macros2.xml Mon Sep 07 14:02:36 2020 +0000 @@ -1,10 +1,13 @@ - 1.4.3 + 1.6.0 More information can be found at https://scanpy.readthedocs.io 18.01 - scanpy-scripts + scanpy-scripts