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 seurat-scripts to 4.4.0 #50719

Merged
merged 4 commits into from
Sep 20, 2024
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
2 changes: 1 addition & 1 deletion recipes/seurat-scripts/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
r_base:
- 4.0
- 4.0.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it have to be that specific version? Would it break with any newer version, 4.0.6 ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This recipe has been a bit sensitive in the past, the format conversions parts have dependencies that easily break. The issue is probably not the r-base version, but the implications its version has on other packages (like the h5 related or loom).

11 changes: 7 additions & 4 deletions recipes/seurat-scripts/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{% set version = "4.0.0" %}
{% set version = "4.4.0" %}

package:
name: seurat-scripts
version: {{ version }}

source:
url: https://github.com/ebi-gene-expression-group/r-seurat-scripts/archive/{{ version }}.tar.gz
sha256: 2ee6f3bf471809efe8455131af763dfa17b84d0134a57cc9d33d7c347898dc29
sha256: 907d30d3c2326565654af170670fc09b6bbda5fbfa356b17486a239ebf022bfb

build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage('seurat-scripts', max_pin="x.x") }}

requirements:
host:
Expand All @@ -19,16 +21,17 @@ requirements:
- r-optparse
- libpng
- r-cairo
- r-seurat =4.0.0
- r-uwot <0.1.11
- r-workflowscriptscommon >=0.0.8
- r-seurat <=4.4
- r-loom
- r-svglite
- bioconductor-scater
- r-seuratdisk
- r-remotes
- bioconductor-multtest
- r-metap
- pandoc
- bioconductor-limma
- mscorefonts

test:
Expand Down