Skip to content

Commit

Permalink
Update tirmite to 1.1.5 (#51713)
Browse files Browse the repository at this point in the history
* Update tirmite to 1.1.5

* add run_exports

* add hatchling

---------

Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: mencian <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent 5581f15 commit 95ffd5d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions recipes/tirmite/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "tirmite" %}
{% set version = "1.1.4" %}
{% set version = "1.1.5" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "82657d6f84f51731cb5f92c33d9e672a61009ecc79a61ba21f6f3fc637b2a25b" %}
{% set hash_value = "01d2180d073da1786d5236296e51952281c58cb1124aa254345b3d6ab63a1721" %}

package:
name: '{{ name|lower }}'
Expand All @@ -19,14 +19,19 @@ build:
- tirmite=tirmite.cmd_tirmite:main
- tsplit-LTR=tirmite.cmd_LTR:main
- tsplit-TIR=tirmite.cmd_TIR:main
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
script: {{ PYTHON }} -m pip install . --no-build-isolation --no-deps --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage('tirmite', max_pin="x") }}

requirements:
host:
- python >=3
- python >=3.8
- pip
- setuptools
- hatchling
- hatch-vcs
run:
- python >=3
- python >=3.8
- pandas >=0.20.3
- biopython >=1.70
- pymummer >=0.10.3
Expand All @@ -41,9 +46,9 @@ test:

about:
home: https://github.com/Adamtaranto/TIRmite
license: MIT License
license: MIT
license_family: MIT
summary: Map TIR-pHMM models to genomic sequences for annotation of MITES and complete DNA-Transposons.
summary: "Map TIR-pHMM models to genomic sequences for annotation of MITES and complete DNA-Transposons."
description: "Build profile Hidden Markov Models for Terminal Inverted repeat families (TIR-pHMMs) and map to genomic sequences for annotation of MITES and complete DNA-Transposons with variable internal sequence composition."

extra:
Expand Down

0 comments on commit 95ffd5d

Please sign in to comment.