• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

griffithlab / pVACtools / 10491679274

21 Aug 2024 02:20PM UTC coverage: 82.75% (-0.3%) from 83.028%
10491679274

push

github

susannasiebert
Merge remote-tracking branch 'origin/staging'

140 of 215 new or added lines in 17 files covered. (65.12%)

1 existing line in 1 file now uncovered.

6145 of 7426 relevant lines covered (82.75%)

4.13 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

90.0
/pvactools/tools/pvacbind/valid_algorithms.py
1
import sys
5✔
2

3
from pvactools.lib.valid_algorithms import ValidAlgorithms
5✔
4

5
def define_parser():
5✔
6
    return ValidAlgorithms.parser('pvacbind')
5✔
7

8
def main(args_input = sys.argv[1:]):
5✔
9
    parser = define_parser()
5✔
10
    args = parser.parse_args(args_input)
5✔
11

12
    ValidAlgorithms(args.allele, args.species).print_valid_algorithms()
5✔
13

14
if __name__ == "__main__":
5✔
NEW
15
    main()
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc