Skip to content

Commit 739f61d

Browse files
committed
Lowered number of shown seqs, because it's not the main function anymore
1 parent d9294c4 commit 739f61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bseq/callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def update_path(self, context):
2525
return [("None", "No sequence detected", "", 1)]
2626

2727
file_sequences.clear()
28-
if len(f) >= 100:
28+
if len(f) >= 30:
2929
file_sequences.append(("None", "Too much sequence detected, could be false detection, please use pattern below", "", 1))
3030
else:
3131
count = 1

0 commit comments

Comments
 (0)