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

griffithlab / pVACtools / 9390947251

05 Jun 2024 08:40PM UTC coverage: 82.898% (-0.1%) from 83.028%
9390947251

push

github

web-flow
Merge pull request #1108 from ldhtnp/issues/1106

Added new valid_algorithms command (#1106)

61 of 85 new or added lines in 9 files covered. (71.76%)

1 existing line in 1 file now uncovered.

6088 of 7344 relevant lines covered (82.9%)

4.13 hits per line

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

90.0
/pvactools/tools/pvacvector/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('pvacvector')
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