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
Hi,
When I try to run Intervar, I can't change the prefix (-o variable), it is stuck at a variable used by another user of our system.
We tried to look at config files, etc, couldn't figure it out.
Maybe some temporary files were overwritten, I just can't figure out where.
If you have any idea, please share it.
Thanks,
Zsofia
The text was updated successfully, but these errors were encountered:
We figured it out: in the python code of InterVar.py there was a line: for annovar_outfile in glob.iglob(paras['outfile']+"*."+paras['buildver']+"_multianno.txt"): so after this point the program started to work on all of the files that started with the prefix parameter defined in -o .
Hi,
When I try to run Intervar, I can't change the prefix (-o variable), it is stuck at a variable used by another user of our system.
We tried to look at config files, etc, couldn't figure it out.
Maybe some temporary files were overwritten, I just can't figure out where.
If you have any idea, please share it.
Thanks,
Zsofia
The text was updated successfully, but these errors were encountered: