# HG changeset patch # User iuc # Date 1729247944 0 # Node ID d86cb2ce311b068304714b6d688735eb734e994e # Parent 4338bf96809e0f4d1bb5f761e44deaa16b580110 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 55ba4cd74d5d8f7baff164b1864c36759d1c7fd9 diff -r 4338bf96809e -r d86cb2ce311b inspect.xml --- a/inspect.xml Thu Oct 03 22:44:00 2024 +0000 +++ b/inspect.xml Fri Oct 18 10:39:04 2024 +0000 @@ -221,6 +221,27 @@ #end if copy=False) + #if str($method.get_df.get_df_select) == 'True': +cluster_DEG = sc.get.rank_genes_groups_df(adata, + group=None, # return all groups + #if str($method.get_df.key) != '': + key='$method.get_df.key', + #end if + #if str($method.get_df.pval_cutoff) != '': + pval_cutoff=$method.get_df.pval_cutoff, + #end if + #if str($method.get_df.log2fc_min) != '': + log2fc_min=$method.get_df.log2fc_min, + #end if + #if str($method.get_df.log2fc_max) != '': + log2fc_max=$method.get_df.log2fc_max, + #end if + @CMD_PARAM_GENE_SYMBOLS@ + ) + +cluster_DEG.to_csv('DEG.tsv', sep="\t", index=False) + #end if + #else if str($method.method) == "tl.marker_gene_overlap": reference_markers = {} #for $i, $s in enumerate($method.reference_markers) @@ -292,10 +313,10 @@ sc.pp.sqrt( adata, copy=False) + +print("stats after sqrt:", "min=", adata.X.min(), "max=", adata.X.max(), "mean=", adata.X.mean()) #end if -print("stats after sqrt:", "min=", adata.X.min(), "max=", adata.X.max(), "mean=", adata.X.mean()) - @CMD_ANNDATA_WRITE_OUTPUTS@ ]]> @@ -392,6 +413,20 @@ + + + + + + + + + + + + + + @@ -558,6 +593,9 @@ + + method['method'] == 'tl.rank_genes_groups' and method['get_df']['get_df_select'] == 'True' + @@ -1028,6 +1066,157 @@ + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
1.10.2 - 1 + 2 21.09 @@ -1289,8 +1289,8 @@ ]]> - - + +