# HG changeset patch # User iuc # Date 1682165624 0 # Node ID 29f5f25b9935a61991c8eab1a4a0eb7a713b9956 # Parent 8ba672d0d8aa35888834c30119ebdb9d9c63f666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/episcanpy/ commit bb79cb8cad3bc1433bff7caf9d7b45e7993dd470 diff -r 8ba672d0d8aa -r 29f5f25b9935 macros.xml --- a/macros.xml Tue Apr 18 13:18:50 2023 +0000 +++ b/macros.xml Sat Apr 22 12:13:44 2023 +0000 @@ -1,6 +1,6 @@ 0.3.2 - 0 + 1 21.01 diff -r 8ba672d0d8aa -r 29f5f25b9935 preprocess.xml --- a/preprocess.xml Tue Apr 18 13:18:50 2023 +0000 +++ b/preprocess.xml Sat Apr 22 12:13:44 2023 +0000 @@ -102,6 +102,16 @@ save='plot.png' ) +#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) + #end if @CMD_anndata_write_outputs@ ]]> @@ -119,6 +129,7 @@ + @@ -186,13 +197,57 @@ + + + + + + + + + + + + + [0-9a-zA-Z_., -]+ + + + + + + + + + + + + + [0-9a-zA-Z_., -]+ + + + + + + + + + + + + [0-9a-zA-Z_., -]+ + + + + + + - - method['method'] != 'pp.binarize' and method['method'] != 'pp.filter_cells' and method['method'] != 'pp.filter_features' and method['method'] != 'nb_feat_log' and method['method'] != 'select_var_feature' + + method['method'] != 'pp.binarize' and method['method'] != 'pp.filter_cells' and method['method'] != 'pp.filter_features' and method['method'] != 'nb_feat_log' and method['method'] != 'pp.select_var_feature' and method['method'] !='tl.find_genes' @@ -263,7 +318,7 @@ - + @@ -372,6 +427,27 @@ + + + + + + + + + + + + +
+ +
+ + + + + +
`__ diff -r 8ba672d0d8aa -r 29f5f25b9935 test-data/chrY.h5ad Binary file test-data/chrY.h5ad has changed diff -r 8ba672d0d8aa -r 29f5f25b9935 test-data/chrY_norm_peaks.h5ad Binary file test-data/chrY_norm_peaks.h5ad has changed diff -r 8ba672d0d8aa -r 29f5f25b9935 test-data/chrY_with_transcript_annotation.h5ad Binary file test-data/chrY_with_transcript_annotation.h5ad has changed