Skip to content

Commit

Permalink
troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-zelenskaia authored Jan 26, 2025
1 parent 64a50aa commit 21007b9
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions recipes/transannot/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{% set name = "transannot" %}
{% set version = "4.0.0" %}
{% set sha256 = "f610fd9fcc8e29fc4b19c53cde402126a2815577dc282909a50b83855c28355e" %}

package:
name: {{ name }}
name: transannot
version: {{ version }}

source:
Expand All @@ -13,28 +12,33 @@ source:
build:
number: 1
run_exports:
- {{ pin_subpackage('transannot', max_pin="x") }}
- {{ pin_subpackage('transannot', max_pin=None) }}

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('c') }}
- cmake
- make
- llvm-openmp # [osx]
- libgomp # [linux]
- cuda-nvcc # [linux]
- cuda-cudart-dev # [linux]
- cuda-version >=12.6 # [linux]
- perl
host:
- llvm-openmp # [osx]
- libgomp # [linux]
- gawk
- zlib
- bzip2
run:
- aria2
- wget
- perl
- gawk
- zlib
- bzip2

test:
commands:
- "transannot > /dev/null"
- mmseqs > /dev/null

about:
home: "https://github.com/soedinglab/transannot"
Expand Down

0 comments on commit 21007b9

Please sign in to comment.