artic-network / fieldbioinformatics

The ARTIC field bioinformatics pipeline
MIT License
112 stars 68 forks source link

KeyError: 'SupportFraction' when running margin_cons.py #128

Open GammaCarbon7 opened 1 year ago

GammaCarbon7 commented 1 year ago

When I ran margin_cons.py to get the consensus sequence, I encountered an error: Traceback (most recent call last): File "margin_cons.py", line 132, in main() File "margin_cons.py", line 129, in main go(args) File "margin_cons.py", line 82, in go support = float(record.INFO['SupportFraction']) KeyError: 'SupportFraction' I don't know why. Could u please help me?