Skip to content

Commit

Permalink
add lipidorderkit to mdanalysis (#149)
Browse files Browse the repository at this point in the history
* add lipidorderkit to mdanalysis

* update pip install

* fix call to pytest

* Update mdakits/lipidorderkit/metadata.yaml

fix typo

Co-authored-by: Lily Wang <[email protected]>

* Update mdakits/lipidorderkit/metadata.yaml

Co-authored-by: Lily Wang <[email protected]>

* Update mdakits/lipidorderkit/metadata.yaml

Co-authored-by: Lily Wang <[email protected]>

* Update mdakits/lipidorderkit/metadata.yaml

Co-authored-by: Lily Wang <[email protected]>

* Update mdakits/lipidorderkit/metadata.yaml

Co-authored-by: Lily Wang <[email protected]>

* Update mdakits/lipidorderkit/metadata.yaml

Co-authored-by: Lily Wang <[email protected]>

* Update mdakits/lipidorderkit/metadata.yaml

Co-authored-by: Lily Wang <[email protected]>

* Update metadata.yaml

Delete comments

* update documentation type

---------

Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
ricard1997 and lilyminium authored Jul 17, 2024
1 parent bc0fef1 commit 5a39e05
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions mdakits/lipidorderkit/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
project_name: lipidorderkit


authors:
- https://github.com/ricard1997/lipidorderkit/blob/main/AUTHORS.md


maintainers:
- ricard1997



description:
This MDAKit allow for the calculation of lipid order parameters for all atom molecular dynamics simulations.


keywords:
- Lipids
- Lipids order parameters
- SCD
- Lipid metrics
- Lipid study


license: GPL-2.0-or-later


project_home: https://github.com/ricard1997/lipidorderkit/


documentation_home: https://lipidorderdocs.readthedocs.io/en/latest/


documentation_type: API


install:
- pip install git+https://github.com/ricard1997/lipidorderkit@main


src_install:
- git clone https://github.com/ricard1997/lipidorderkit.git
- cd lipidorderkit && pip install . && cd ..

import_name: lipidorder


python_requires: ">=3.10"


mdanalysis_requires: ">=2.0.0"


run_tests:
- pytest --pyargs lipidorder


test_dependencies:
- mamba install pytest MDAnalysisTests


project_org: ricard1997


development_status: Production/Stable


publications:
- https://doi.org/10.3389/fchem.2022.1088058



community_home:


changelog: https://github.com/ricard1997/lipidorderkit/blob/main/CHANGELOG.md

0 comments on commit 5a39e05

Please sign in to comment.