Skip to content

Commit

Permalink
Update metadata.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Sep 11, 2024
1 parent 6b19417 commit b7d20c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdakits/openmmdl/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ src_install:
- cd OpenMMDL
- conda env update -f environment.yml
- pip install . && cd ..
- mv OpenMMDL/ OpenMMDL_env/

## str: the package name used to import the mdakit
import_name: openmmdl
Expand All @@ -68,7 +69,7 @@ mdanalysis_requires: ">=2.3.0"

## List(str): a list of commands to use when attempting to run the MDAKit's tests
run_tests:
- [ ! -d "OpenMMDL" ] && git clone https://github.com/wolberlab/OpenMMDL.git
- git clone latest
- pytest OpenMMDL/

## str: the development status of the MDAKit
Expand Down

0 comments on commit b7d20c0

Please sign in to comment.