Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scanpy by using profile #2704

Merged
merged 3 commits into from
Dec 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
bernt-matthias marked this conversation as resolved.
Show resolved Hide resolved
</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