Repository 'scanpy_remove_confounders'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/scanpy_remove_confounders

Changeset 5:524aa62a6066 (2020-02-10)
Previous changeset 4:7a6701edcc92 (2019-12-18) Next changeset 6:f2f6c703da06 (2020-02-20)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 6b5d0d6f038ebd0fae5dbca02ada51555518ed85"
modified:
remove_confounders.xml
b
diff -r 7a6701edcc92 -r 524aa62a6066 remove_confounders.xml
--- a/remove_confounders.xml Wed Dec 18 16:01:11 2019 -0500
+++ b/remove_confounders.xml Mon Feb 10 05:27:49 2020 -0500
b
@@ -156,7 +156,7 @@
 inspired by Seurat's `regressOut` function in R.
 
 More details on the `scanpy documentation
-<https://icb-scanpy.readthedocs-hosted.com/en/stable/api/scanpy.pp.regress_out.html>`__
+<https://icb-scanpy.readthedocs-hosted.com/en/@version@/api/scanpy.pp.regress_out.html>`__
 
 Correct batch effects by matching mutual nearest neighbors, using `pp.mnn_correct`
 ==================================================================================
@@ -167,7 +167,7 @@
 Be reminded that it is not advised to use the corrected data matrices for differential expression testing.
 
 More details on the `scanpy documentation
-<https://icb-scanpy.readthedocs-hosted.com/en/stable/api/scanpy.api.pp.mnn_correct.html>`__
+<https://icb-scanpy.readthedocs-hosted.com/en/@version@/api/scanpy.api.pp.mnn_correct.html>`__
 
 
 Correct batch effects with ComBat function (`pp.combat`)
@@ -176,7 +176,7 @@
 Corrects for batch effects by fitting linear models, gains statistical power via an EB framework where information is borrowed across genes. This uses the implementation of ComBat
 
 More details on the `scanpy documentation
-<https://icb-scanpy.readthedocs-hosted.com/en/stable/api/scanpy.pp.combat.html>`__
+<https://icb-scanpy.readthedocs-hosted.com/en/@version@/api/scanpy.pp.combat.html>`__
 
 
     ]]></help>