Skip to content

Commit

Permalink
PrimedLAMP (#22032)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt H <[email protected]>
  • Loading branch information
MatthewHiggins2017 and Matt H authored May 9, 2020
1 parent b2f3b06 commit 0d6e477
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions recipes/primedlamp/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{% set name = "primedlamp" %}
{% set version = "1.0.0" %}
{% set sha256 = "893f85a48d5c998763ce2baa928e915d71b5f82db0e672dbbb20459b4d65e19a" %}

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

source:
url: https://github.com/MatthewHiggins2017/PrimedLAMP/archive/PrimedLAMPv1.0.0.tar.gz
sha256: '{{sha256}}'

build:
script: python -m pip install --no-deps --ignore-installed .
noarch: python
number: 0

requirements:
host:
- python >=3.5
- pip
run:
- python >=3.5
- pandas
- clustalo
- samtools>=1.9
- blast

test:
commands:
- PrimedLAMP --help

about:
home: https://github.com/MatthewHiggins2017/PrimedLAMP/
license: GPL3
license_file: LICENSE
summary: LAMP primer design tool.

0 comments on commit 0d6e477

Please sign in to comment.