You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running vcf_reader.fetch() I am getting the following error:
ValueError: start (22296796) >= end (22287220)
I have checked the gene position file I am using for points where start > end. However, there is no point in my gene position file where the start >= end.
Any suggestions?
thanks
The text was updated successfully, but these errors were encountered:
Hi,
After running vcf_reader.fetch() I am getting the following error:
ValueError: start (22296796) >= end (22287220)
I have checked the gene position file I am using for points where start > end. However, there is no point in my gene position file where the start >= end.
Any suggestions?
thanks
The text was updated successfully, but these errors were encountered: