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

Update anndata - galaxy version 1 #6644

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
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
4 changes: 2 additions & 2 deletions tools/anndata/inspect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ pd.DataFrame(adata.varm['PCs']).to_csv("$varm_PCs", sep="\t", index = False)
<conditional name="inspect">
<param name="info" type="select" label="What to inspect?">
<option value="general">General information about the object</option>
<option value="X">The full data matrix</option>
<option value="chunk_X">A chunk of the data matrix</option>
<option value="obs">Key-indexed observations annotation (obs)</option>
<option value="var">Key-indexed annotation of variables/features (var)</option>
<option value="X">The full data matrix</option>
<option value="chunk_X">A chunk of the data matrix</option>
<option value="uns">Unstructured annotation (uns)</option>
<option value="obsm">Multi-dimensional observations annotation (obsm)</option>
<option value="varm">Multi-dimensional variables annotation (varm)</option>
Expand Down
2 changes: 1 addition & 1 deletion tools/anndata/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<macros>
<token name="@TOOL_VERSION@">0.10.9</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">21.09</token>
<xml name="requirements">
<requirements>
Expand Down
Loading
Loading