Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnboundLocalError: local variable 'annovar_outfile' referenced before assignment #80

Open
nameOnStone opened this issue May 27, 2022 · 0 comments

Comments

@nameOnStone
Copy link

nameOnStone commented May 27, 2022

when set args "--input_type=VCF_m" it will be an error ;
the command is
python InterVar-master/Intervar.py -b hg38 -i ./trio.vcf --input_type=VCF_m -d db/GRCh38/Annovar/ --skip_annovar -t db/InterVar/intervardb/ -o ./trio.mvcf > log 2> err

log said:

Traceback (most recent call last):
File "InterVar-master/Intervar.py", line 2124, in
main()
File "InterVar-master/Intervar.py", line 2107, in main
print ("Notice: The InterVar for VCF with multiple samples is finished, the output file is as [ %s..intervar ]" % annovar_outfile)
UnboundLocalError: local variable 'annovar_outfile' referenced before assignment

is it a BUG? thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant