Skip to content

Commit

Permalink
Merge pull request #169 from jeromekelleher/packaging-stuff-2
Browse files Browse the repository at this point in the history
Packaging stuff 2
  • Loading branch information
jeromekelleher authored May 31, 2023
2 parents d0920aa + 8bd56a4 commit ec10c92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sc2ts
Infer a succinct tree sequence from SARS-COV-2 variation data

**This is an early version not intended for production use!!**
**This is an early alpha version not intended for production use!!**

If you are interested in helping to develop sc2ts or would like to
work with the inferred ARGS, please get in touch.
Expand Down Expand Up @@ -109,3 +109,14 @@ metadata=$datadir/metadata.filtered.db
# options+=" -b $basets"
python3 -m sc2ts daily-extend $alignments $metadata $results_prefix $options
```

## Licensing

The code is marked as licensed under the MIT license,
but because the current implementation is used the matching
engine from tsinfer (which is GPL licensed) this code is
therefore also GPL.

However, we plan to switch out the matching engine for an
implementation provided by tskit, which is MIT licensed.
This will be done before the first official release.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author_email = [email protected]
license = MIT
description = Infer a succinct tree sequence from SARS-CoV-2 sequence alignments
long_description = file: README.md
long_description_content_type = text/x-markdown
long_description_content_type = text/markdown
[options]
packages = sc2ts, sc2ts.data
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
Expand Down

0 comments on commit ec10c92

Please sign in to comment.