-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added samshee recipy * Add j4cko * fix linting
- Loading branch information
1 parent
037faef
commit 74bb24f
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{% set name = "samshee" %} | ||
{% set version = "0.2.1" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://files.pythonhosted.org/packages/82/fa/895448adfc9be87b7af0a46b5c84eeae752d685966eba02d572e5c670f08/samshee-0.2.1.tar.gz | ||
sha256: e85d9363de533dab91e3190c52eda9034cbaf1e53c03f0b33f4f9b433e800b76 | ||
|
||
build: | ||
noarch: python | ||
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||
number: 0 | ||
run_exports: | ||
- {{ pin_subpackage('samshee', max_pin="x.x.x") }} | ||
|
||
requirements: | ||
host: | ||
- python >=3.9 | ||
- setuptools >=61.0 | ||
- pip | ||
run: | ||
- python >=3.9 | ||
- jsonschema >=4.19 | ||
- requests >=2.31.0 | ||
|
||
test: | ||
imports: | ||
- samshee | ||
commands: | ||
- pip check | ||
requires: | ||
- pip | ||
|
||
about: | ||
home: https://github.com/lit-regensburg/samshee | ||
summary: A schema-agnostic parser and writer for illumina sample sheets v2. | ||
license: MIT | ||
license_file: LICENSE | ||
|
||
extra: | ||
recipe-maintainers: | ||
- j4cko | ||
- nschcolnicov |