File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2552,6 +2552,8 @@ If you want to cut a sequence into multiple segments.
2552
2552
Attention:
2553
2553
1. For the two-pass mode (-2/--two-pass), The flag -U/--update-faidx is recommended to
2554
2554
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.
2555
2557
2556
2558
The definition of region is 1-based and with some custom design.
2557
2559
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ If you want to cut a sequence into multiple segments.
63
63
Attention:
64
64
1. For the two-pass mode (-2/--two-pass), The flag -U/--update-faidx is recommended to
65
65
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.
66
68
67
69
The definition of region is 1-based and with some custom design.
68
70
You can’t perform that action at this time.
0 commit comments