Skip to content

Commit

Permalink
Merge pull request #64 from aertslab/motif_implementation_fix
Browse files Browse the repository at this point in the history
Fix issue with motif implementation
  • Loading branch information
erceksi authored Nov 19, 2024
2 parents eb5bf39 + 301fda7 commit 8769271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/crested/tl/_crested.py
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,9 @@ def enhancer_design_motif_implementation(
}
)

if preserve_inserted_motifs:
inserted_motif_locations = np.array([])

# sequentially insert motifs
for pattern_name in patterns:
number_of_insertions = insertions_per_pattern[pattern_name]
Expand Down

0 comments on commit 8769271

Please sign in to comment.