Skip to content

Commit

Permalink
Merge pull request #2704 from mvdbeek/fix_scanpy
Browse files Browse the repository at this point in the history
Fix scanpy by using profile
  • Loading branch information
mvdbeek authored Dec 5, 2019
2 parents c845cb2 + 07c6c3b commit e6675ef
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
6 changes: 4 additions & 2 deletions tools/scanpy/cluster_reduce_dimension.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="scanpy_cluster_reduce_dimension" name="Cluster," version="@galaxy_version@">
<tool id="scanpy_cluster_reduce_dimension" name="Cluster," version="@galaxy_version@" profile="@profile@">
<description>infer trajectories and embed with scanpy</description>
<macros>
<import>macros.xml</import>
Expand Down Expand Up @@ -58,7 +58,9 @@ This data is accessible using the inspect tool for AnnData
use_highly_variable=$method.use_highly_variable
]]></token>
</macros>
<expand macro="requirements"/>
<expand macro="requirements">
<requirement type="package" version="0.6.1">louvain</requirement>
</expand>
<expand macro="version_command"/>
<command detect_errors="exit_code"><![CDATA[
@CMD@
Expand Down
2 changes: 1 addition & 1 deletion tools/scanpy/filter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="scanpy_filter" name="Filter" version="@galaxy_version@">
<tool id="scanpy_filter" name="Filter" version="@galaxy_version@" profile="@profile@">
<description>with scanpy</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/scanpy/inspect.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="scanpy_inspect" name="Inspect and manipulate" version="@galaxy_version@">
<tool id="scanpy_inspect" name="Inspect and manipulate" version="@galaxy_version@" profile="@profile@">
<description> with scanpy</description>
<macros>
<import>macros.xml</import>
Expand Down
3 changes: 2 additions & 1 deletion tools/scanpy/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<macros>
<token name="@version@">1.4.4</token>
<token name="@version@">1.4.4.post1</token>
<token name="@profile@">19.01</token>
<token name="@galaxy_version@"><![CDATA[@version@+galaxy0]]></token>
<xml name="requirements">
<requirements>
Expand Down
2 changes: 1 addition & 1 deletion tools/scanpy/normalize.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="scanpy_normalize" name="Normalize" version="@galaxy_version@">
<tool id="scanpy_normalize" name="Normalize" version="@galaxy_version@" profile="@profile@">
<description>with scanpy</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/scanpy/plot.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="scanpy_plot" name="Plot" version="@galaxy_version@">
<tool id="scanpy_plot" name="Plot" version="@galaxy_version@" profile="@profile@">
<description> with scanpy</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/scanpy/remove_confounders.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="scanpy_remove_confounders" name="Remove confounders" version="@version@">
<tool id="scanpy_remove_confounders" name="Remove confounders" version="@version@" profile="@profile@">
<description>with scanpy</description>
<macros>
<import>macros.xml</import>
Expand Down

0 comments on commit e6675ef

Please sign in to comment.