Skip to content

Commit

Permalink
Rebuild annosine2 recipe (#52694)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Dec 10, 2024
1 parent c1bd412 commit a22d210
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions recipes/annosine2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ source:
sha256: 94387b895e2b011125211039598b8c426124aa43be6915697243497eefb7fff8

build:
number: 0
number: 1
entry_points:
- AnnoSINE_v2 = AnnoSINE.AnnoSINE_v2:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage('annosine2', max_pin="x") }}
noarch: python
Expand Down Expand Up @@ -42,18 +42,20 @@ requirements:
- repeatmasker
- seqtk


test:
imports:
- AnnoSINE
commands:
- AnnoSINE_v2 --help

about:
home: https://github.com/liaoherui/AnnoSINE_v2
home: "https://github.com/liaoherui/AnnoSINE_v2"
license: MIT
license_family: MIT
summary: AnnoSINE_v2 - SINE Annotation Tool for Plant and Animal Genomes
license_file: LICENSE
summary: "AnnoSINE_v2 - SINE Annotation Tool for Plant and Animal Genomes."
dev_url: "https://github.com/liaoherui/AnnoSINE_v2"
doc_url: "https://github.com/liaoherui/AnnoSINE_v2/blob/main/README.md"

extra:
recipe-maintainers:
Expand Down

0 comments on commit a22d210

Please sign in to comment.