# HG changeset patch # User ebi-gxa # Date 1584004175 0 # Node ID edb0d2e8ab6641f82e5149d8066854e4481e208a # Parent eae21a6c31283283c619c4a2a3953d0a6b2eb845 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ba0c88ab1b077a0b1c60c8d3c529e72ca6946226" diff -r eae21a6c3128 -r edb0d2e8ab66 scanpy-scale-data.xml --- a/scanpy-scale-data.xml Wed Mar 13 11:50:13 2019 -0400 +++ b/scanpy-scale-data.xml Thu Mar 12 09:09:35 2020 +0000 @@ -1,44 +1,31 @@ - + to make expression variance the same for all genes - scanpy_macros.xml + scanpy_macros2.xml - - - - - - + + - + @@ -46,7 +33,6 @@ - @@ -58,11 +44,7 @@ **What it does** - Scale data to unit variance and zero mean (`pp.scale`) - Regress out unwanted sources of variation (`pp.regress_out`) - - Regress out unwanted sources of variation, using simple linear regression. This is - inspired by Seurat's `regressOut` function in R. + Scale data to unit variance and (optionally) zero mean (`scanpy.pp.scale`) @HELP@ diff -r eae21a6c3128 -r edb0d2e8ab66 scanpy_macros.xml --- a/scanpy_macros.xml Wed Mar 13 11:50:13 2019 -0400 +++ b/scanpy_macros.xml Thu Mar 12 09:09:35 2020 +0000 @@ -38,9 +38,14 @@ + + ${export_mtx} + @@ -87,4 +92,18 @@ + + + + + + export_mtx + + + export_mtx + + + export_mtx + + diff -r eae21a6c3128 -r edb0d2e8ab66 scanpy_macros2.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scanpy_macros2.xml Thu Mar 12 09:09:35 2020 +0000 @@ -0,0 +1,142 @@ + + 1.4.3 + More information can be found at https://scanpy.readthedocs.io + 18.01 + =1.4.2). + +1.3.2+galaxy1: Normalise-data and filter-genes: Exposes ability to output 10x files. + +1.3.2+galaxy0: Initial contribution. Ni Huang and Pablo Moreno, Expression Atlas team https://www.ebi.ac.uk/gxa/home at +EMBL-EBI https://www.ebi.ac.uk/ and Teichmann Lab at Wellcome Sanger Institute. + ]]> + + --input-format '${input_format}' input.h5 + + +#if str($output_format).startswith('anndata') + --show-obj stdout --output-format anndata output.h5 +#else + --show-obj stdout --output-format loom output.h5 +#end if + + +#if $fig_title + --title '${fig_title}' +#end if + --fig-size '${fig_size}' + --fig-dpi ${fig_dpi} + --fig-fontsize ${fig_fontsize} + ${fig_frame} + ./output.png + + ${export_mtx} + + + + scanpy-scripts + + + + + + + + 10.1186/s13059-017-1382-0 + + @misc{githubscanpy-scripts, + author = {Ni Huang, EBI Gene Expression Team}, + year = {2018}, + title = {Scanpy-scripts: command line interface for Scanpy}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/ebi-gene-expression-group/scanpy-scripts}, + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + output_format == 'anndata_h5ad' + + + output_format == 'anndata' + + + + + + output_format == 'anndata_h5ad' + + + output_format == 'anndata' + + + output_format == 'loom_legacy' + + + output_format == 'loom' + + + + + + + + + + + + + + + + + + export_mtx + + + export_mtx + + + export_mtx + + +