Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cescgina committed Jul 24, 2019
2 parents 635c710 + 09c3058 commit d8647b5
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# must do conda install -c NostrumBioDiscovery adaptive_pele
package:
name: adaptive_pele
version: "1.6.1"

about:
home: https://github.com/AdaptivePELE/AdaptivePELE
license: Apache
license_file: LICENSE
summary: AdaptivePELE is a Python package aimed at enhancing the sampling of molecular simulations

source:
path: ../

build:
script: python -m pip install . --no-deps -vv
number: 0

requirements:
host:
- python
- numpy

run:
# Base dependencies
- python
- numpy
- mdtraj
- scikit-learn

test:
imports:
- AdaptivePELE
command:
- python -m AdaptivePELE.adaptiveSampling -h

0 comments on commit d8647b5

Please sign in to comment.