Skip to content

Commit

Permalink
add new recipe selenzy_wrapper v0.0.4 (#31359)
Browse files Browse the repository at this point in the history
* add new recipe selenzy_wrapper v0.0.4

* update selenzy_wrapper to 0.0.6

* update sha256 for tag 0.0.6

* execute only 1 test to avoid memory issues

* select another test file to avoid memory issues

* dont check test files because of memory limit
  • Loading branch information
kenza12 committed Dec 1, 2021
1 parent 18bf010 commit 8b7794d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/selenzy_wrapper/meta.yaml
@@ -0,0 +1,43 @@
{% set name = "selenzy_wrapper" %}
{% set version = "0.0.6" %}

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

source:
url: https://github.com/brsynth/selenzy-wrapper/archive/{{ version }}.tar.gz
sha256: 6a3651672b155c3870338f532b664f291bd95adff1a7a4df539ff931cfafdc7f

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install -vv .

requirements:
host:
- python >=3.7,<3.10
- pip
run:
- python >=3.7,<3.10
- biopython >1.70,<=1.77
- brs_utils
- emboss
- rptools
test:
source_files:
- tests/
imports:
- selenzy_wrapper

about:
home: https://github.com/brsynth/selenzy-wrapper
summary: Python wrapper of selenzy tool
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- breakthewall
- kenza12

4 changes: 4 additions & 0 deletions recipes/selenzy_wrapper/run_test.sh
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

echo -e "\n\n*** TEST ***\n\n"
python -m selenzy_wrapper --help

0 comments on commit 8b7794d

Please sign in to comment.