-
Notifications
You must be signed in to change notification settings - Fork 356
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
NOTICE: output files will be written to .<samplename>.avinput, cannot write to outfile #191
Comments
In general do not use convert2annovar unless there is a special reason to
do so. If you want to annotate a file, just use table_annovar with
-vcfinput argument.
If a file cannot be written usually it will give a reason, so you need to
copy and paste the entire message after you run the program exactly as
shown in your terminal.
…On Tue, May 10, 2022 at 7:32 AM sakhdbx ***@***.***> wrote:
when i use convert2annovar.pl to transform a vcf file, which includes
many samples,so i used '-allsample'.Then,there is a bug:
the code i use:
#perl ~/biosoftware/annovar/convert2annovar.pl -format vcf4 test.vcf
-outfile test_annovar -allsample
bug:
#NOTICE: output files will be written to test_annovar..avinput
#cannot write to outfile
So,anyone can tell me how to address the problem,
thanks!
—
Reply to this email directly, view it on GitHub
<#191>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OAZEDRO2IAYMNV4J6TVJJCNJANCNFSM5VRI4GUA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
thanks for your reply! |
when i use convert2annovar.pl to transform a vcf file, which includes many samples,so i used '-allsample'.Then,there is a bug:
the code i use:
#perl ~/biosoftware/annovar/convert2annovar.pl -format vcf4 test.vcf -outfile test_annovar -allsample
bug:
#NOTICE: output files will be written to test_annovar..avinput
#cannot write to outfile
So,anyone can tell me how to address the problem,
thanks!
The text was updated successfully, but these errors were encountered: