Skip to content

Commit

Permalink
Adding PathSimAnalysis (#92)
Browse files Browse the repository at this point in the history
* Added metadata for PathSimAnalysis MDAKit
* Added orbeckst as maintainer
* Added IAlibay as maintainer
* Added lilyminium as a maintainer
* Part of moving waterdynamics from MDAnalysis.analysis to its own MDAKit, 
   see MDAnalysis/mdanalysis#4310
  • Loading branch information
ianmkenney authored Oct 31, 2023
1 parent 65077e2 commit 7de647d
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions mdakits/pathsimanalysis/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
project_name: PathSimAnalysis

authors:
- https://github.com/MDAnalysis/PathSimAnalysis/blob/main/AUTHORS.md

maintainers:
- IAlibay
- ianmkenney
- lilyminium
- orbeckst

description:
An MDAKit that calculates the geometric similarity of molecular dynamics trajectories using path metrics such as the Hausdorff or Fréchet distances.

keywords:
- similarity
- paths
- metrics

license: GPL-2.0-or-later
project_home: https://github.com/MDAnalysis/PathSimAnalysis/
documentation_home: https://mdanalysis.org/PathSimAnalysis
documentation_type: API

install:
- pip install pathsimanalysis

src_install:
- pip install git+https://github.com/MDAnalysis/PathSimAnalysis@main

import_name: pathsimanalysis
python_requires: ">=3.9"
mdanalysis_requires: ">=2.0.0"

run_tests:
- pytest --pyargs pathsimanalysis

test_dependencies:
- mamba install pytest MDAnalysisTests

project_org: MDAnalysis
development_status: Production/Stable

publications:
- https://doi.org/10.1371/journal.pcbi.1004568

changelog: https://github.com/MDAnalysis/PathSimAnalysis/blob/main/CHANGELOG.md

0 comments on commit 7de647d

Please sign in to comment.