Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding PathSimAnalysis #92

Merged
merged 4 commits into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading