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 primerforge to 1.5.1 #48898

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from 2 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
6 changes: 4 additions & 2 deletions recipes/primerforge/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "primerForge" %}
{% set version = "1.1.1" %}
{% set version = "1.2.5" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://github.com/dr-joe-wirth/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: b13a26e006f7790f80937178a311cfbb95a9f69ee8ab97a0d21139bd197fec13
sha256: 428a2712466a7c64296c893cb525ab092dd943ace5728b8c09e3c0c7bfe15300

build:
number: 0
Expand All @@ -28,6 +28,8 @@ requirements:
- numpy
- primer3-py >=2.0
- scipy >=1.10
- pip:
martin-g marked this conversation as resolved.
Show resolved Hide resolved
- khmer >=2.1
martin-g marked this conversation as resolved.
Show resolved Hide resolved

test:
commands:
Expand Down
Loading