Skip to content

Commit

Permalink
add run_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 7, 2024
1 parent ccb25f0 commit cac2418
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion recipes/fastaptamer/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

mkdir -p ${PREFIX}/bin
cp fastaptamer_* $PREFIX/bin
cp -rf fastaptamer_* $PREFIX/bin
7 changes: 5 additions & 2 deletions recipes/fastaptamer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ source:
build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage('fastaptamer', max_pin="x") }}

requirements:
run:
Expand All @@ -21,7 +23,8 @@ test:
- fastaptamer_cluster -h

about:
home: http://burkelab.missouri.edu/fastaptamer.html
license: GNU General Public License v3.0
home: https://burkelab.missouri.edu/fastaptamer.html
license: "GPL-3.0-or-later"
license_family: GPL3
license_file: LICENSE.txt
summary: A Bioinformatic Toolkit for High-Throughput Sequence Analysis of Combinatorial Selections

0 comments on commit cac2418

Please sign in to comment.