Skip to content

Commit

Permalink
Update emu-pca to 1.1 (bioconda#52035)
Browse files Browse the repository at this point in the history
* Update emu-pca to 1.1

* edit dependencies

* edit dependencies

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 11, 2024
1 parent 8773ccd commit 8ded147
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 109 deletions.
104 changes: 0 additions & 104 deletions recipes/emu-pca/build_failure.osx-64.yaml

This file was deleted.

12 changes: 7 additions & 5 deletions recipes/emu-pca/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{% set name = "emu-pca" %}
{% set version = "1.0" %}
{% set version = "1.1" %}

package:
name: "{{ name|lower }}"
version: {{ version }}

source:
url: 'https://github.com/Rosemeis/emu/archive/refs/tags/v{{ version }}.tar.gz'
md5: b79e9a2f72b8b83361a5542edc1c4ca7
sha256: a309849df3cbd2255718ba27d413b931b835ed869a67a93cd20320d1a04d31fb

build:
number: 1
number: 0
skip: True # [py < 310]
script:
- "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation"
- "{{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir"
entry_points:
- emu=emu.main:main
run_exports:
{{ pin_subpackage('emu-pca', max_pin="x") }}

Expand All @@ -37,4 +40,3 @@ about:
license_file: LICENSE
summary: EM-PCA for Ultra-low Coverage Sequencing Data.
dev_url: https://github.com/Rosemeis/emu

0 comments on commit 8ded147

Please sign in to comment.