File: README.md

package info (click to toggle)
python-sercol 0.0%2Bgit20250731-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 128 kB
  • sloc: python: 269; sh: 16; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[![Tests](https://github.com/openvax/sercol/actions/workflows/tests.yml/badge.svg)](https://github.com/openvax/sercol/actions/workflows/tests.yml)
<a href="https://coveralls.io/github/openvax/sercol?branch=master">
    <img src="https://coveralls.io/repos/openvax/sercol/badge.svg?branch=master&service=github" alt="Coverage Status" />
</a>
<a href="https://pypi.python.org/pypi/sercol/">
    <img src="https://img.shields.io/pypi/v/sercol.svg?maxAge=1000" alt="PyPI" />
</a>

# sercol

Rich collection class with grouping and filtering helpers. Used as a base class
for `varcode.EffectCollection`, `varcode.VariantCollection`, and `mhctools.EpitopeCollection`.