From 95ffd5d1aa759589a71756587bffca3ef120d5ad Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:24:57 -0400 Subject: [PATCH] Update tirmite to 1.1.5 (#51713) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update tirmite to 1.1.5 * add run_exports * add hatchling --------- Co-authored-by: Björn Grüning Co-authored-by: mencian --- recipes/tirmite/meta.yaml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/recipes/tirmite/meta.yaml b/recipes/tirmite/meta.yaml index 4a471678ab4af..364f4e5917a39 100644 --- a/recipes/tirmite/meta.yaml +++ b/recipes/tirmite/meta.yaml @@ -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 }}' @@ -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 @@ -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: