Skip to content

Commit f56b39c

Browse files
committed
add doc. #462
1 parent f8ab09c commit f56b39c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/docs/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2552,6 +2552,8 @@ If you want to cut a sequence into multiple segments.
25522552
Attention:
25532553
1. For the two-pass mode (-2/--two-pass), The flag -U/--update-faidx is recommended to
25542554
ensure the .fai file matches the FASTA file.
2555+
2. For splitting by sequence IDs in Windows/MacOS, where the file systems might be case-insensitive,
2556+
output files might be overwritten if they are only different in cases, like Abc and ABC.
25552557
25562558
The definition of region is 1-based and with some custom design.
25572559

seqkit/cmd/split.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ If you want to cut a sequence into multiple segments.
6363
Attention:
6464
1. For the two-pass mode (-2/--two-pass), The flag -U/--update-faidx is recommended to
6565
ensure the .fai file matches the FASTA file.
66+
2. For splitting by sequence IDs in Windows/MacOS, where the file systems might be case-insensitive,
67+
output files might be overwritten if they are only different in cases, like Abc and ABC.
6668
6769
The definition of region is 1-based and with some custom design.
6870

0 commit comments

Comments
 (0)