Skip to content

Commit ec10c92

Browse files
Merge pull request #169 from jeromekelleher/packaging-stuff-2
Packaging stuff 2
2 parents d0920aa + 8bd56a4 commit ec10c92

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sc2ts
22
Infer a succinct tree sequence from SARS-COV-2 variation data
33

4-
**This is an early version not intended for production use!!**
4+
**This is an early alpha version not intended for production use!!**
55

66
If you are interested in helping to develop sc2ts or would like to
77
work with the inferred ARGS, please get in touch.
@@ -109,3 +109,14 @@ metadata=$datadir/metadata.filtered.db
109109
# options+=" -b $basets"
110110
python3 -m sc2ts daily-extend $alignments $metadata $results_prefix $options
111111
```
112+
113+
## Licensing
114+
115+
The code is marked as licensed under the MIT license,
116+
but because the current implementation is used the matching
117+
engine from tsinfer (which is GPL licensed) this code is
118+
therefore also GPL.
119+
120+
However, we plan to switch out the matching engine for an
121+
implementation provided by tskit, which is MIT licensed.
122+
This will be done before the first official release.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author_email = [email protected]
55
license = MIT
66
description = Infer a succinct tree sequence from SARS-CoV-2 sequence alignments
77
long_description = file: README.md
8-
long_description_content_type = text/x-markdown
8+
long_description_content_type = text/markdown
99
[options]
1010
packages = sc2ts, sc2ts.data
1111
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html

0 commit comments

Comments
 (0)