Skip to content

Commit

Permalink
[ci skip] Merge PR 21400
Browse files Browse the repository at this point in the history
Merge PR bioconda#21400, commits were: 
 * update sha256sum
 * Update meta.yaml
 * Merge pull request #1 from bioconda/master

Update fork
 * Create meta.yaml
  • Loading branch information
simonbray authored Apr 9, 2020
1 parent 1004485 commit 3245dee
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/openduck/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "duck" %}
{% set version = "v0.1.1" %}

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

source:
url: https://github.com/galaxycomputationalchemistry/{{ name }}/archive/{{ version }}.tar.gz
sha256: 0545b72c01139449e9b562084bae838f3394534936f01b796d172daff1d52532

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
entry_points:
- get_wqb = scripts.get_wqb:main
- duck_chunk=scripts.duck_chunk:main
- duck_prepare_sys=scripts.duck_prepare_sys:main
- duck_smd_runs=scripts.duck_smd_runs:main

requirements:
host:
- python
- pip
run:
- python
- rdkit
- cudatoolkit

test:
commands:
- duck_smd_runs -h
- duck_prepare_sys -h
- duck_chunk -h
- get_wqb -h

about:
home: https://github.com/galaxycomputationalchemistry/duck
license: Apache 2.0
license_family: Apache
license_file: LICENSE
summary: Open source library for dynamic undocking (DUck)

extra:
recipe-maintainers:
- simonbray

0 comments on commit 3245dee

Please sign in to comment.