Skip to content

Commit

Permalink
Update fastaptamer to 1.0.16 (#51218)
Browse files Browse the repository at this point in the history
* Update fastaptamer to 1.0.16

* add run_exports

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 7, 2024
1 parent 270eaa3 commit ddd5f7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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
13 changes: 8 additions & 5 deletions recipes/fastaptamer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{% set version = "1.0.14" %}
{% set version = "1.0.16" %}

package:
name: fastaptamer
version: {{ version }}

source:
url: https://github.com/FASTAptamer/FASTAptamer/archive/v{{ version }}.tar.gz
sha256: 261ffd8364fef68a762a94851da6b0e5969e44bafab1a91033afc5499532b446
sha256: 8333a6d96a4bb44ca45f4f37af10613c5a04e73a83ec1648612c43e383a9140d

build:
number: 1
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 ddd5f7f

Please sign in to comment.