Skip to content

Commit 738ebbd

Browse files
committed
Merge remote-tracking branch 'origin/adopt-cookiecutter-scverse' into adopt-cookiecutter-scverse
# Conflicts: # src/muon/atac/tl.py
2 parents 430519a + ccbcb82 commit 738ebbd

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/muon/atac/tl.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,11 @@ def scan_sequences(
461461
# For the default scanner, use the default metadata
462462
motif_meta = _parse_motif_ids()
463463

464-
elif motifs is None:
465-
raise ValueError(
466-
"A list of motif IDs should be provided that corresponds to the matrices that the motif scanner was built on."
467-
)
464+
else:
465+
if motifs is None:
466+
raise ValueError(
467+
"A list of motif IDs should be provided that corresponds to the matrices that the motif scanner was built on."
468+
)
468469

469470
matches = []
470471
for seq in sequences:

0 commit comments

Comments
 (0)