Skip to content

Commit

Permalink
Update tinscan to 0.2.1 (#51920)
Browse files Browse the repository at this point in the history
* Update tinscan to 0.2.1

* add run_exports

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 5, 2024
1 parent 0f4e2c7 commit 7b8ba75
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
3 changes: 0 additions & 3 deletions recipes/tinscan/build.sh

This file was deleted.

33 changes: 21 additions & 12 deletions recipes/tinscan/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,47 @@
{% set name = "tinscan" %}
{% set version = "0.2.1" %}

package:
name: tinscan
version: "0.2.0"
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.python.org/packages/c9/99/d6e16cb82532feb854e9e4fd403567d6c3fa462ff3a506685cfa4d545ba3/tinscan-0.2.0.tar.gz
md5: 3e420a6dd9ac68563324cc8dad0d2612
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/tinscan-{{ version }}.tar.gz
sha256: e3ca443aeff3bc0f94050e5d46c0f79db65f20e7f13ab440b5963a8a4ed06c48

build:
noarch: python
number: 2
number: 0
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
entry_points:
- tinscan-prep=tinscan.run_prep:main
- tinscan-align=tinscan.run_align:main
- tinscan-find=tinscan.run_scan:main
- tinscan-prep = tinscan.run_prep:main
- tinscan-align = tinscan.run_align:main
- tinscan-find = tinscan.run_scan:main
run_exports:
- {{ pin_subpackage('tinscan', max_pin="x.x") }}

requirements:
host:
- python >=3
- python >=3.8
- pip
- hatchling
- hatch-vcs
run:
- python >=3
- python >=3.8
- biopython >=1.70

test:
imports:
- tinscan

commands:
- tinscan-prep --help
- tinscan-align --help
- tinscan-find --help

about:
home: https://github.com/Adamtaranto/TE-insertion-scanner
license: MIT License
license: MIT
summary: 'Find alignment signatures characteristic of transposon insertion sites.'
license_family: MIT
dev_url: https://github.com/Adamtaranto/TE-insertion-scanner
doc_url: https://github.com/Adamtaranto/TE-insertion-scanner/blob/{{ version }}/README.md

0 comments on commit 7b8ba75

Please sign in to comment.