Skip to content

Commit

Permalink
switch the order
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanvidem committed Nov 4, 2024
1 parent d364a0c commit 1346806
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/anndata/export.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="edam_ontology"/>
<expand macro="bio_tools"/>
<expand macro="requirements"/>
<expand macro="version_command"/>
<command detect_errors="exit_code"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/anndata/import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<param name="gex_only" type="boolean" truevalue="True" falsevalue="False" checked="true" label="Keep only 'Gene Expression' data and ignore other feature types?"/>
</xml>
</macros>
<expand macro="bio_tools"/>
<expand macro="edam_ontology"/>
<expand macro="bio_tools"/>
<expand macro="requirements">
<requirement type="package" version="1.10.2">scanpy</requirement>
</expand>
Expand Down
2 changes: 1 addition & 1 deletion tools/anndata/inspect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="edam_ontology"/>
<expand macro="bio_tools"/>
<expand macro="requirements"/>
<expand macro="version_command"/>
<command detect_errors="exit_code"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/anndata/manipulate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</param>
</xml>
</macros>
<expand macro="bio_tools"/>
<expand macro="edam_ontology"/>
<expand macro="bio_tools"/>
<expand macro="requirements"/>
<expand macro="version_command"/>
<command detect_errors="exit_code"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/anndata/modify_loom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="bio_tools"/>
<expand macro="edam_ontology"/>
<expand macro="bio_tools"/>
<expand macro="requirements">
<requirement type="package" version="1.26.4">numpy</requirement><!-- loompy seems to adapt to numpy 2.x. Remove this in the next update -->
</expand>
Expand Down

0 comments on commit 1346806

Please sign in to comment.