diff --git a/cayman/annotate/crazy_annotator.py b/cayman/annotate/crazy_annotator.py index b100fc8..416e7e0 100644 --- a/cayman/annotate/crazy_annotator.py +++ b/cayman/annotate/crazy_annotator.py @@ -163,7 +163,7 @@ def curate_annotations(self, precomputed_hmm_cutoffs): print("Merging annotations...") self.annotations_filtered = pd.concat(list(annotations_with_fold_counts_series.apply(CazyAnnotator.merge_annots))) - tmp2 = self.annotations_filtered.groupby(["sequenceID"]) + tmp2 = self.annotations_filtered.groupby("sequenceID") aSeries = [] names = [] for name, group in tmp2: