Skip to content

Commit

Permalink
conda build working locally (#1033)
Browse files Browse the repository at this point in the history
Co-authored-by: katarzyna.otylia.sikora@gmail.com <sikora@minimus.ie-freiburg.mpg.de>
  • Loading branch information
katsikora and katarzyna.otylia.sikora@gmail.com authored Aug 12, 2024
1 parent cada3ec commit 96436b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 0 additions & 2 deletions conda-recipe/build.sh

This file was deleted.

14 changes: 8 additions & 6 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
{% set version = "3.0.0" %}

package:
name: snakepipes
version: 2.9.0
version: {{ version }}

source:
path: ../

build:
number: 0
noarch: python
script: python -m pip install --no-deps --ignore-installed .

requirements:
host:
- python >=3
- pip
run:
- python >=3.10
- snakemake >=6.2.1, <7.19.0
- tabulate <0.9
- python >=3.11
- snakemake >=8
- snakemake-executor-plugin-cluster-generic >=1.0.9
- pandas
- graphviz
- thefuzz
- pyyaml >=5.1
- coreutils

test:
commands:
Expand All @@ -30,4 +33,3 @@ about:
home: 'https://snakepipes.readthedocs.org'
license: MIT
summary: NGS processing pipelines from the MPI-IE
license_file: LICENSE

0 comments on commit 96436b5

Please sign in to comment.