Skip to content

Commit

Permalink
Merge pull request #8 from not-a-feature/dev
Browse files Browse the repository at this point in the history
small fixes
  • Loading branch information
not-a-feature authored Mar 12, 2024
2 parents ebff61a + 93581cd commit 4e7b525
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 71 deletions.
Empty file modified .github/workflows/black.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/python-publish.yml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.10', '3.11']
python-version: ['3.8', '3.10', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
Empty file modified .gitignore
100755 → 100644
Empty file.
59 changes: 0 additions & 59 deletions DEPENDENCIES.md

This file was deleted.

Empty file modified LICENSE
100755 → 100644
Empty file.
13 changes: 6 additions & 7 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ theta_w = watterson_estimator(sequences)


## Standalone version
The standalone version requires `miniFasta>=2.2` to be installed.

```
usage: tajimas_d [-h] -f PATH [-p] [-t] [-w]
Expand All @@ -78,8 +80,9 @@ optional arguments:
```

## License
```
Copyright (C) 2022 by Jules Kreuer - @not_a_feature

Copyright (C) 2024 by Jules Kreuer - @not_a_feature

This piece of software is published unter the GNU General Public License v3.0
TLDR:

Expand All @@ -90,9 +93,5 @@ TLDR:
| ✓ Modification | Same license | |
| ✓ Patent use | State changes | |
| ✓ Private use | | |
```
Go to [LICENSE.md](https://github.com/not-a-feature/tajimas_d/blob/main/LICENSE) to see the full version.

## Dependencies
In addition to packages included in Python 3, this piece of software uses 3rd-party software packages for development purposes that are not required in the published version.
Go to [DEPENDENCIES.md](https://github.com/not-a-feature/tajimas_d/blob/main/DEPENDENCIES.md) to see all dependencies and licenses.
Go to [LICENSE.md](https://github.com/not-a-feature/tajimas_d/blob/main/LICENSE) to see the full version.
Empty file modified dev.py
100755 → 100644
Empty file.
Empty file modified pyproject.toml
100755 → 100644
Empty file.
Empty file modified requirements_dev.txt
100755 → 100644
Empty file.
Empty file modified requirements_standalone.txt
100755 → 100644
Empty file.
5 changes: 1 addition & 4 deletions setup.cfg
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tajimas_d
version = 2.0.0
version = 2.0.1
description = Computes Tajimas D, the Pi- or Watterson-Estimator for multiple sequences.
long_description = file: README.md
long_description_content_type=text/markdown
Expand All @@ -12,9 +12,6 @@ license_file = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

[options]
packages =
Expand Down
Empty file modified setup.py
100755 → 100644
Empty file.
Empty file modified tajimas-d.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified tox.ini
100755 → 100644
Empty file.

0 comments on commit 4e7b525

Please sign in to comment.