Skip to content

Commit

Permalink
Merge pull request #10 from BarinthusBio/HLAF-15-data-loaders
Browse files Browse the repository at this point in the history
Remove data loaders as they are not working and not needed
  • Loading branch information
DAWells authored Aug 29, 2024
2 parents 829fc5e + 87423ca commit 103d60b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ability to mount an immune response to specific epitopes.
Automated download of allele frequency data download from
[allele frequencies.net](http://www.allelefrequencies.net/).

Source code is available at [BarinthusBio/HLAfreq](https://github.com/BarinthusBio/HLAfreq).
Full documentation at [HLAfreq/docs](https://BarinthusBio.github.io/HLAfreq/HLAfreq.html). Source code is available at [BarinthusBio/HLAfreq](https://github.com/BarinthusBio/HLAfreq).

## Details
Estimates are combined by modelling allele frequency as a
Expand Down Expand Up @@ -107,8 +107,6 @@ API documentation for functions are under the submodules on the left.
- `HLAfreq.HLAfreq` documents most functions, specifically download and combine
allele data.
- `HLAfreq.HLAfreq_pymc` is functions using pymc to acurately estimate credible intervals on allele frequency estimates.
- `HLAfreq.HLAfreq_data` contains data loaders to get countries available on
allelefrequencies.net.

For help on specific functions view the docstring, `help(function_name)`.

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
packages=find_packages(
where='src'
),
include_package_data=True,
)
30 changes: 0 additions & 30 deletions src/HLAfreq/HLAfreq_data.py

This file was deleted.

0 comments on commit 103d60b

Please sign in to comment.