Skip to content

Commit

Permalink
Fix SnapATAC2 gene activity matrix bug (galaxyproject#6109)
Browse files Browse the repository at this point in the history
* Fix SnapATAC2 gene activity matrix bug

* bump version suffix

* update test data
  • Loading branch information
pavanvidem authored Jul 5, 2024
1 parent 091caba commit df9c285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/snapatac2/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<macros>
<token name="@TOOL_VERSION@">2.5.3</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@VERSION_SUFFIX@">2</token>
<token name="@PROFILE@">23.0</token>
<xml name="requirements">
<requirement type="package" version="@TOOL_VERSION@">snapatac2</requirement>
Expand Down
4 changes: 2 additions & 2 deletions tools/snapatac2/preprocessing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sa.pp.add_tile_matrix(
)
#else if $method.method == 'pp.make_gene_matrix'
sa.pp.make_gene_matrix(
adata = sa.pp.make_gene_matrix(
adata,
gene_anno = '$method.gene_anno',
chunk_size = $method.chunk_size,
Expand Down Expand Up @@ -464,7 +464,7 @@ sa.metrics.tsse(
<has_text_matching expression="count_frag_as_reads = True"/>
</assert_contents>
</output>
<output name="anndata_out" location="https://zenodo.org/records/11260316/files/pp.make_gene_matrix.pbmc_500_chr21.h5ad" ftype="h5ad" compare="sim_size" delta_frac="0.1" />
<output name="anndata_out" location="https://zenodo.org/records/12548681/files/pp.make_gene_matrix.pbmc_500_chr21.h5ad" ftype="h5ad" compare="sim_size" delta_frac="0.1" />
</test>
<test expect_num_outputs="2">
<!-- metrics.tsse -->
Expand Down

0 comments on commit df9c285

Please sign in to comment.