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 fastaptamer to 1.0.16 #51218

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
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
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