mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-11 06:35:30 +00:00
package descriptions
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
name = "wham"
|
name = "wham"
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
authors = ["D. Bauer <bauer@bio.tu-darmstadt.de>"]
|
authors = ["D. Bauer <bauer@bio.tu-darmstadt.de>"]
|
||||||
|
description = "An implementation of the weighted histogram analysis method"
|
||||||
|
license = "GPL-3.0"
|
||||||
|
repository = "https://github.com/danijoo/WHAM"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = {version="2.32.0", features=['yaml']}
|
clap = {version="2.32.0", features=['yaml']}
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ TODO
|
|||||||
|
|
||||||
License
|
License
|
||||||
---
|
---
|
||||||
WHAM is licensed under the GPLv3 license. Please read the LICENSE file in this
|
WHAM is licensed under the GPL-3.0 license. Please read the LICENSE file in this
|
||||||
repository for more information.
|
repository for more information.
|
||||||
|
|
||||||
Parts of this work, especially some perfomance optimizations and the I/O format, are inspired by the
|
Parts of this work, especially some perfomance optimizations and the I/O format, are inspired by the
|
||||||
|
|||||||
Reference in New Issue
Block a user