You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crispr-ambiguous-mapping/crispr_ambiguous_mapping/processing/crispr_guide_counting.py
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
from .crispr_count_processingimportget_counterseries_all_results
27
27
from ..quality_control.crispr_mapping_quality_controlimportperform_counts_quality_control
28
28
from ..models.mapping_modelsimportGeneralGuideCountType, GeneralMappingInferenceDict
29
-
from ..models.mapping_modelsimportAllMatchSetWhitelistReporterCounterSeriesResults, WhitelistReporterCountsResult, SampleWhitelistReporterCountsResult, InferenceResult, CountInput
29
+
from ..models.mapping_modelsimportAllMatchSetWhitelistReporterCounterSeriesResults, WhitelistReporterCountsResult, SampleWhitelistReporterCountsResult, InferenceResult, CountInput, QualityControlResult
30
30
31
31
32
32
# TODO: There will probably be some type errors with the DefaultDict when testing on non UMI (since it requires CounterType), so make sure to test with different variations of inputs
@@ -164,7 +164,7 @@ def pad_series(series):
164
164
# Some organization: Map the inferred result of each observed sequence to a dict with the inferred result and correspoding count
0 commit comments