We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 430519a + ccbcb82 commit 738ebbdCopy full SHA for 738ebbd
1 file changed
src/muon/atac/tl.py
@@ -461,10 +461,11 @@ def scan_sequences(
461
# For the default scanner, use the default metadata
462
motif_meta = _parse_motif_ids()
463
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
- )
+ else:
+ if motifs is None:
+ raise ValueError(
+ "A list of motif IDs should be provided that corresponds to the matrices that the motif scanner was built on."
468
+ )
469
470
matches = []
471
for seq in sequences:
0 commit comments