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

Clinical-Genomics / demultiplexing / 4627485829

pending completion
4627485829

push

github-actions

karlnyr
remova conda stuff, expand aliases

501 of 941 relevant lines covered (53.24%)

0.53 hits per line

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

100.0
/demux/exc.py
1
"""
2
    Demultiplexing exceptions
3
"""
4

5

6
class DemuxError(Exception):
1✔
7
    """
8
    Base exception for the package
9
    """
10

11
    def __init__(self, message: str = ""):
1✔
12
        super(DemuxError, self).__init__()
1✔
13
        self.message = message
1✔
14

15

16
class IndexReportError(DemuxError):
1✔
17
    """Exception for errors in index report module"""
18

19

20
class NoValidReagentKitFound(DemuxError):
1✔
21
    """Raised when no valid Reagent Kit is found in the run parameters file"""
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

© 2025 Coveralls, Inc