Skip to content

Commit

Permalink
fix run and semimatch being overrided in excel output
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Nov 28, 2023
1 parent 95cb0ee commit ae97555
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion bean/mapping/GuideEditCounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def _count_reporter_edits(
)

def _get_guide_counts_bcmatch_semimatch(
self, bcmatch_layer="X_bcmatch", semimatch_layer="X"
self, bcmatch_layer="X_bcmatch", semimatch_layer="X_semimatch"
):
self.screen.layers[semimatch_layer] = np.zeros_like((self.screen.X))
R1_iter, R2_iter = self._get_fastq_iterators(
Expand Down
13 changes: 0 additions & 13 deletions bin/bean-run
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@ warnings.filterwarnings(
)


DATACLASS_DICT = {
"Normal": VariantSortingScreenData,
"MixtureNormal": VariantSortingReporterScreenData,
"_MixtureNormal+Acc": VariantSortingReporterScreenData, # TODO: old
"MixtureNormal+Acc": VariantSortingReporterScreenData,
"MixtureNormalConstPi": VariantSortingScreenData,
"MultiMixtureNormal": TilingSortingReporterScreenData,
"MultiMixtureNormal+Acc": TilingSortingReporterScreenData,
}




def main(args, bdata):
if args.cuda:
os.environ["CUDA_VISIBLE_DEVICES"] = "1"
Expand Down

0 comments on commit ae97555

Please sign in to comment.