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 pytximport's meta.yaml #52334

Closed
wants to merge 2 commits into from
Closed
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
8 changes: 4 additions & 4 deletions recipes/pytximport/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pytximport" %}
{% set version = "0.10.0" %}
{% set version = "0.10.1" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -27,7 +27,7 @@ requirements:
- python >=3.9
- anndata >=0.8.0
- click >=8.1.7
- dask >=2024.7.0
- click_default_group >=1.2.0
- flox >=0.9.8
- h5py >=3.11.0
- numpy >=1.23.0
Expand All @@ -43,10 +43,10 @@ test:
- pytximport --help

about:
home: https://pytximport.readthedocs.io/en/latest/start.html
home: https://pytximport.readthedocs.io/en/stable/start.html
dev_url: https://github.com/complextissue/pytximport
doc_url: https://pytximport.readthedocs.io
summary: pytximport - gene count estimation from alignment-free quantification
summary: pytximport - gene count estimation from transcript-level quantification
description: |
pytximport is a Python port of tximport that allows users to import transcript counts from tools such as kallisto and Salmon, correct them for differential isoform usage, and summarize them at the gene level.
license: GPL-3.0-only
Expand Down
Loading