-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docstrings and type hints of sample rules
- Loading branch information
Showing
7 changed files
with
142 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
from cg.services.order_validation_service.workflows.fluffy.models.order import FluffyOrder | ||
from cg.services.order_validation_service.workflows.microsalt.models.order import MicrosaltOrder | ||
from cg.services.order_validation_service.workflows.mutant.models.order import MutantOrder | ||
from cg.services.order_validation_service.workflows.rml.models.order import RmlOrder | ||
|
||
OrderWithIndexedSamples = FluffyOrder | RmlOrder | ||
OrderWithNonHumanSamples = MutantOrder | MicrosaltOrder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.