# HG changeset patch # User iuc # Date 1721195681 0 # Node ID b9013e0e2b00053f4b9b9b4725c937750d705875 # Parent f9647da40db33a37d00707afdb182f7f5d32d6d4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snapatac2 commit b37248ea9b492c096b143272aebc79d8f04c2984 diff -r f9647da40db3 -r b9013e0e2b00 macros.xml --- a/macros.xml Fri Jul 05 11:06:04 2024 +0000 +++ b/macros.xml Wed Jul 17 05:54:41 2024 +0000 @@ -1,16 +1,16 @@ - 2.5.3 - 2 + 2.6.4 + 0 23.0 snapatac2 - plotly + plotly python-kaleido - polars - pyarrow - python-igraph - hdbscan - harmonypy + polars + pyarrow + python-igraph + hdbscan + harmonypy scanorama macs3 multiprocess @@ -158,10 +158,10 @@ - - - - + + + + diff -r f9647da40db3 -r b9013e0e2b00 peaks_and_motif_analysis.xml --- a/peaks_and_motif_analysis.xml Fri Jul 05 11:06:04 2024 +0000 +++ b/peaks_and_motif_analysis.xml Wed Jul 17 05:54:41 2024 +0000 @@ -36,6 +36,9 @@ nolambda = $method.nolambda, shift = $method.shift, extsize = $method.extsize, + #if $method.min_len + min_len = $method.min_len, + #end if #if $method.blacklist blacklist = '$method.blacklist', #end if @@ -62,7 +65,7 @@ #else if $method.method == 'pp.make_peak_matrix' import polars peaks = polars.read_csv('$method.merged_peaks', separator='\t') -sa.pp.make_peak_matrix( +adata = sa.pp.make_peak_matrix( adata, use_rep = peaks['Peaks'], chunk_size = $method.chunk_size, @@ -73,8 +76,7 @@ #if $method.max_frag_size max_frag_size = $method.max_frag_size, #end if - ##counting_strategy = '$method.counting_strategy' - count_frag_as_reads = $method.count_frag_as_reads + counting_strategy = '$method.counting_strategy' ) #else if $method.method == 'tl.marker_regions' @@ -150,7 +152,9 @@ ) #end if +#if $method.method != 'pp.make_peak_matrix' @CMD_anndata_write_outputs@ +#end if ]]> @@ -173,6 +177,7 @@ + @@ -192,8 +197,7 @@ - - + @@ -264,6 +268,7 @@ +
@@ -276,6 +281,7 @@ + @@ -317,7 +323,7 @@ - +
@@ -327,10 +333,10 @@ - + - +