https://github.com/hammerlab/vaxrank
Raw File
Tip revision: 23fe92f5dae04ead2d5d2df0231855eea1921926 authored by Alex Rubinsteyn on 19 August 2020, 19:40:48 UTC
Merge pull request #191 from openvax/use-isovar-for-all-variant-counts
Tip revision: 23fe92f
pylintrc
[TYPECHECK]
# Without ignoring this, we get errors like:
# E:249,20: Module 'numpy' has no 'nan' member (no-member)
ignored-modules = numpy
ignored-classes = nose.tools
back to top