We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b19417 commit b7d20c0Copy full SHA for b7d20c0
mdakits/openmmdl/metadata.yaml
@@ -56,6 +56,7 @@ src_install:
56
- cd OpenMMDL
57
- conda env update -f environment.yml
58
- pip install . && cd ..
59
+ - mv OpenMMDL/ OpenMMDL_env/
60
61
## str: the package name used to import the mdakit
62
import_name: openmmdl
@@ -68,7 +69,7 @@ mdanalysis_requires: ">=2.3.0"
68
69
70
## List(str): a list of commands to use when attempting to run the MDAKit's tests
71
run_tests:
- - [ ! -d "OpenMMDL" ] && git clone https://github.com/wolberlab/OpenMMDL.git
72
+ - git clone latest
73
- pytest OpenMMDL/
74
75
## str: the development status of the MDAKit
0 commit comments