-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8f8a2b
commit 9d3b0b6
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
project_name: helanal | ||
|
||
authors: | ||
- https://github.com/MDAnalysis/helanal/blob/main/AUTHORS.md | ||
|
||
maintainers: | ||
- fiona-naughton | ||
|
||
description: | ||
helanal contains code to analyse protein helicies based on their Cα atoms, | ||
quantifying structural features such as local bending angles and global axes. | ||
|
||
keywords: | ||
- protein | ||
- structure | ||
- helix | ||
|
||
license: GPL-2.0-or-later | ||
|
||
project_home: https://github.com/MDAnalysis/helanal/ | ||
|
||
documentation_home: https://helanal.readthedocs.io | ||
|
||
documentation_type: UserGuide + API | ||
|
||
src_install: | ||
- pip install git+https://github.com/MDAnalysis/helanal@main | ||
|
||
install: | ||
- pip install helanal | ||
|
||
import_name: helanal | ||
|
||
python_requires: ">=3.10" | ||
|
||
mdanalysis_requires: ">=2.0.0" | ||
|
||
run_tests: | ||
- pytest --pyargs helanal | ||
|
||
test_dependencies: | ||
- mamba install pytest MDAnalysisTests | ||
|
||
project_org: MDAnalysis | ||
|
||
development_status: Production/Stable | ||
|
||
publications: | ||
- https://doi.org/10.1002/bip.1967.360050708 | ||
- https://doi.org/10.1080/07391102.2000.10506570 | ||
|
||
changelog: https://github.com/MDAnalysis/helanal/blob/main/CHANGELOG.md |