Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tirmite to 1.1.5 #51713

Merged
merged 4 commits into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading