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
I've been working with 1000 genomes vcfs and they have the following unusual alternate alleles scattered throughout, which understandably anger varcode:
22 51179178 BI_GS_DEL1_B4_P2897_43 A 100 PASS
22 51068654 ALU_umary_ALU_12538 G INS:ME:ALU 100 PASS
gives:
AttributeError: '_SV' object has no attribute 'sequence'
I removed these lines to get it working (~1000 in chr22) but it would be nice if varcode just skipped these rather than dying.
The text was updated successfully, but these errors were encountered:
I've been working with 1000 genomes vcfs and they have the following
unusual alternate alleles scattered throughout, which understandably anger
varcode:
22 51179178 BI_GS_DEL1_B4_P2897_43 A 100 PASS
22 51068654 ALU_umary_ALU_12538 G INS:ME:ALU 100 PASS
gives:
AttributeError: '_SV' object has no attribute 'sequence'
I removed these lines to get it working (~1000 in chr22) but it would be
nice if varcode just skipped these rather than dying.
—
Reply to this email directly or view it on GitHub #88.
I've been working with 1000 genomes vcfs and they have the following unusual alternate alleles scattered throughout, which understandably anger varcode:
22 51179178 BI_GS_DEL1_B4_P2897_43 A 100 PASS
22 51068654 ALU_umary_ALU_12538 G INS:ME:ALU 100 PASS
gives:
AttributeError: '_SV' object has no attribute 'sequence'
I removed these lines to get it working (~1000 in chr22) but it would be nice if varcode just skipped these rather than dying.
The text was updated successfully, but these errors were encountered: