Skip to content

Commit

Permalink
Log number of RBPs used
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBarbosa committed Apr 22, 2024
1 parent 20b1773 commit 20b0a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dress/datasetevaluation/representation/motifs/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ def subset_RBPs_in_motif_database(self) -> None:
self.motifs = {
k: v for k, v in self.motifs.items() if k in self.subset_rbps
}
self.logger.info(f"Motifs of {len(self.motifs)} RBPs will be scanned across the input sequences.")


class PlainSearch(MotifSearch):
Expand Down

0 comments on commit 20b0a45

Please sign in to comment.