# HG changeset patch # User iuc # Date 1682165656 0 # Node ID f4713992f23ac023c3c98786c47db0357643ea02 # Parent 7340d619d7f88fff0ee86f1a1e597b7d330f35f0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit bb79cb8cad3bc1433bff7caf9d7b45e7993dd470 diff -r 7340d619d7f8 -r f4713992f23a cluster_embed.xml --- a/cluster_embed.xml Tue Apr 18 13:19:32 2023 +0000 +++ b/cluster_embed.xml Sat Apr 22 12:14:16 2023 +0000 @@ -46,16 +46,6 @@ corr_method='$method.rank_features_corr_method' ) -#else if $method.method == 'tl.find_genes' -esc.tl.find_genes( - adata, - gtf_file='$method.find_genes_gtf_file', - key_added='$method.find_genes_key_added', - upstream=$method.find_genes_upstream, - feature_type='$method.find_genes_feature_type', - annotation='$method.find_genes_annotation', - raw=$method.find_genes_raw) - #else if $method.method == 'tl.get_n_clusters' esc.tl.getNClusters( adata, @@ -88,7 +78,6 @@ - @@ -213,50 +202,6 @@ - - - - - - - - - - - - - [0-9a-zA-Z_., -]+ - - - - - - - - - - - - - [0-9a-zA-Z_., -]+ - - - - - - - - - - - - [0-9a-zA-Z_., -]+ - - - - - - @@ -293,7 +238,7 @@ - + @@ -322,7 +267,7 @@ - + @@ -345,29 +290,8 @@ - - - - - - - - - - - - -
- -
- - - - - -
- + @@ -386,7 +310,7 @@ - + @@ -398,7 +322,7 @@ - + @@ -420,10 +344,6 @@ More details on the `episcanpy documentation `__ -Find and add gene annotations (`tl.find_genes`) -======================================================================================== -This function adds a gene annotation to an AnnData (h5ad) file from annotations file (.annotation.gtf). - Automatically obtain target number of clusters (`tl.getNClusters`) ======================================================================================== This function will test different settings of louvain to obtain the target number of clusters. diff -r 7340d619d7f8 -r f4713992f23a macros.xml --- a/macros.xml Tue Apr 18 13:19:32 2023 +0000 +++ b/macros.xml Sat Apr 22 12:14:16 2023 +0000 @@ -1,6 +1,6 @@ 0.3.2 - 0 + 1 21.01 diff -r 7340d619d7f8 -r f4713992f23a test-data/chrY.h5ad Binary file test-data/chrY.h5ad has changed diff -r 7340d619d7f8 -r f4713992f23a test-data/chrY_norm_peaks.h5ad Binary file test-data/chrY_norm_peaks.h5ad has changed diff -r 7340d619d7f8 -r f4713992f23a test-data/chrY_with_transcript_annotation.h5ad Binary file test-data/chrY_with_transcript_annotation.h5ad has changed