Skip to content

Commit

Permalink
Move to scanpy-scripts 1.1.6 bumping all +galaxy (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 authored Oct 13, 2023
1 parent 45145f3 commit 162313d
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/anndata_operations.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="anndata_ops" name="AnnData Operations" version="@TOOL_VERSION@+galaxy92" profile="@PROFILE@">
<tool id="anndata_ops" name="AnnData Operations" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>modifies metadata and flags genes</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-filter-cells.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_filter_cells" name="Scanpy FilterCells" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@" >
<tool id="scanpy_filter_cells" name="Scanpy FilterCells" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@" >
<description>based on counts and numbers of genes expressed</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-filter-genes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_filter_genes" name="Scanpy FilterGenes" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_filter_genes" name="Scanpy FilterGenes" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>based on counts and numbers of cells expressed</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-find-cluster.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_find_cluster" name="Scanpy FindCluster" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_find_cluster" name="Scanpy FindCluster" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>based on community detection on KNN graph</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-find-markers.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_find_markers" name="Scanpy FindMarkers" version="@TOOL_VERSION@+galaxy91" profile="@PROFILE@">
<tool id="scanpy_find_markers" name="Scanpy FindMarkers" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>to find differentially expressed genes between groups</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_find_variable_genes" name="Scanpy FindVariableGenes" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_find_variable_genes" name="Scanpy FindVariableGenes" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>based on normalised dispersion of expression</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-integrate-bbknn.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_integrate_bbknn" name="Scanpy BBKNN" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_integrate_bbknn" name="Scanpy BBKNN" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>batch-balanced K-nearest neighbours</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-integrate-combat.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_integrate_combat" name="Scanpy ComBat" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_integrate_combat" name="Scanpy ComBat" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>adjust expression for variables that might introduce batch effect</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_integrate_harmony" name="Scanpy Harmony" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_integrate_harmony" name="Scanpy Harmony" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>adjust principal components for variables that might introduce batch effect</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-integrate-mnn.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_integrate_mnn" name="Scanpy MNN" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_integrate_mnn" name="Scanpy MNN" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>correct batch effects by matching mutual nearest neighbors</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_plot_scrublet" name="Scanpy Plot Scrublet" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_plot_scrublet" name="Scanpy Plot Scrublet" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>visualise multiplet scoring distribution</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_multiplet_scrublet" name="Scanpy Scrublet" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_multiplet_scrublet" name="Scanpy Scrublet" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>remove multiplets from annData objects with Scrublet</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-neighbours.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_compute_graph" name="Scanpy ComputeGraph" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_compute_graph" name="Scanpy ComputeGraph" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>to derive kNN graph</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-normalise-data.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_normalise_data" name="Scanpy NormaliseData" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_normalise_data" name="Scanpy NormaliseData" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>to make all cells having the same total expression</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-plot-embedding.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_plot_embed" name="Scanpy PlotEmbed" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_plot_embed" name="Scanpy PlotEmbed" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>visualise cell embeddings</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-plot-trajectory.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_plot_trajectory" name="Scanpy PlotTrajectory" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_plot_trajectory" name="Scanpy PlotTrajectory" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>visualise cell trajectories</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-read-10x.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_read_10x" name="Scanpy Read10x" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_read_10x" name="Scanpy Read10x" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>into hdf5 object handled by scanpy</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-regress-variable.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_regress_variable" name="Scanpy RegressOut" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_regress_variable" name="Scanpy RegressOut" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>variables that might introduce batch effect</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-run-diffmap.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_run_diffmap" name="Scanpy DiffusionMap" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_run_diffmap" name="Scanpy DiffusionMap" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>calculate diffusion components</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-run-dpt.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_run_dpt" name="Scanpy DPT" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_run_dpt" name="Scanpy DPT" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>diffusion pseudotime inference</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-run-fdg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_run_fdg" name="Scanpy RunFDG" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_run_fdg" name="Scanpy RunFDG" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>visualise cell clusters using force-directed graph</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-run-paga.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_run_paga" name="Scanpy PAGA" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_run_paga" name="Scanpy PAGA" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>trajectory inference</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-run-pca.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_run_pca" name="Scanpy RunPCA" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_run_pca" name="Scanpy RunPCA" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>for dimensionality reduction</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-run-tsne.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_run_tsne" name="Scanpy RunTSNE" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_run_tsne" name="Scanpy RunTSNE" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>visualise cell clusters using tSNE</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-run-umap.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_run_umap" name="Scanpy RunUMAP" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_run_umap" name="Scanpy RunUMAP" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>visualise cell clusters using UMAP</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy-scale-data.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<tool id="scanpy_scale_data" name="Scanpy ScaleData" version="@TOOL_VERSION@+galaxy9" profile="@PROFILE@">
<tool id="scanpy_scale_data" name="Scanpy ScaleData" version="@TOOL_VERSION@+galaxy93" profile="@PROFILE@">
<description>to make expression variance the same for all genes</description>
<macros>
<import>scanpy_macros2.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/tertiary-analysis/scanpy/scanpy_macros2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ EMBL-EBI https://www.ebi.ac.uk/ and Teichmann Lab at Wellcome Sanger Institute.

<xml name="requirements">
<requirements>
<requirement type="package" version="1.1.3">scanpy-scripts</requirement>
<requirement type="package" version="1.1.6">scanpy-scripts</requirement>
<yield/>
</requirements>
</xml>
Expand Down

0 comments on commit 162313d

Please sign in to comment.