mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 14:15:31 +00:00
package descriptions
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
name = "wham"
|
||||
version = "0.9.0"
|
||||
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]
|
||||
clap = {version="2.32.0", features=['yaml']}
|
||||
|
||||
@@ -81,7 +81,7 @@ TODO
|
||||
|
||||
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.
|
||||
|
||||
Parts of this work, especially some perfomance optimizations and the I/O format, are inspired by the
|
||||
|
||||
Reference in New Issue
Block a user