Skip to content

Commit

Permalink
removed scanpy-scripts dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mtekman committed Apr 18, 2024
1 parent d0494e3 commit a2af985
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/anndata_ops/anndata_ops.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<tool id="anndata_ops" name="AnnData Operations" version="1.9.3+galaxy0" profile="20.09">
<tool id="anndata_ops" name="AnnData Operations" version="1.9.3+galaxy1" profile="20.09">
<description>
is a Swiss army knife for AnnData files
</description>
<macros/>
<requirements>
<requirement type="package" version="1.9.301">
scanpy-scripts
</requirement>
<requirement type="package" version="0.10.7">anndata</requirement>
<requirement type="package" version="1.9.3">scanpy</requirement>
</requirements>
<command detect_errors="exit_code">
ln -s '${input_obj_file}' input.h5 &amp;&amp;
Expand Down Expand Up @@ -606,6 +605,8 @@ This functionality will probably be added in the future to a larger package.

History
-------
1.9.3+galaxy1: EBI to IUC, removed scanpy-scripts dependency

1.8.1+galaxy10: Adds field to be made unique in obs or var.

1.6.0+galaxy0: Moves to Scanpy Scripts 0.3.0 (Scanpy 1.6.0), versioning switched to track Scanpy as other tools.
Expand Down

0 comments on commit a2af985

Please sign in to comment.