You mean numeric or alphanumeric by chromosome in ascending or descending order plus numeric by position ascending or descending order? I can't think how else sorting order could not matter.
ADD REPLY
• link
updated 2.3 years ago by
Ram
44k
•
written 8.7 years ago by
Dan
▴
540
0
Entering edit mode
Yes. To clarify, I think you just need your chromosomes grouped together, and then records for each chromosome need to be sorted in ascending coordinate order.
Does the VCF have to be sorted like SAM/BAM does?
Yes, tabix requires sorted input files. I don't think the sorting order matters, but records must be grouped together by rows.
You mean numeric or alphanumeric by chromosome in ascending or descending order plus numeric by position ascending or descending order? I can't think how else sorting order could not matter.
Yes. To clarify, I think you just need your chromosomes grouped together, and then records for each chromosome need to be sorted in ascending coordinate order.