From fe65111081d62529d9ae4b7e59c1fabe100c70f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Famke=20Ba=CC=88uerle?= Date: Tue, 15 Oct 2024 11:26:15 +0200 Subject: [PATCH] first try to update crabs --- recipes/crabs/meta.yaml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/recipes/crabs/meta.yaml b/recipes/crabs/meta.yaml index dc99ff1d3a676..8444381395651 100644 --- a/recipes/crabs/meta.yaml +++ b/recipes/crabs/meta.yaml @@ -1,30 +1,31 @@ +{% set name = "crabs" %} +{% set version = "1.0.3" %} +{% set sha256 = "9ebdf217c0f4069a7678d458b87199c1a2594879c704f0ef91e6049bfc0fae9b" %} + package: - name: crabs - version: "0.1.1" + name: {{ name|lower }} + version: {{ version }} source: - url: https://github.com/gjeunen/reference_database_creator/files/8028374/crabs_v0.1.1.tar.gz - md5: 6c2e82fb5e191cb750c5d6a41fa24b61 + url: https://github.com/gjeunen/reference_database_creator/archive/refs/tags/v{{ version }}.tar.gz + sha256: {{ sha256 }} build: number: 0 - script: "{{ PYTHON }} -m pip install . -vv" + script: "{{ PYTHON }} -m pip install . --no-deps -vvv" noarch: python requirements: - build: - host: - python >=3.6.10 - pip - - argparse - - biopython =1.78 - - tqdm - - numpy - - pandas >=0.23.4 - - matplotlib-base - - wget - + # - argparse + # - biopython =1.78 + # - tqdm + # - numpy + # - pandas >=0.23.4 + # - matplotlib-base + # - wget =1.21.3 run: - python >=3.6.10 - argparse @@ -33,8 +34,8 @@ requirements: - numpy - pandas >=0.23.4 - matplotlib-base - - wget - - muscle >=3.8.31 + - wget =1.21.3 + - muscle =3.8.31 - cutadapt >=3.4 - vsearch >=2.13.3