Skip to content

Commit

Permalink
Update seurat-scripts to 4.4.0 (#50719)
Browse files Browse the repository at this point in the history
* Update seurat-scripts to 4.4.0

* Updates dependencies as per testing environment

* Update conda_build_config.yaml

* Please linter

---------

Co-authored-by: Pablo Moreno <[email protected]>
  • Loading branch information
BiocondaBot and pcm32 committed Sep 20, 2024
1 parent 41554c0 commit fc3038a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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
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

0 comments on commit fc3038a

Please sign in to comment.