Skip to content
New issue

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

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

Already on GitHub? # to your account

Argument "G" isn't numeric in numeric eq.... #75

Closed
hamidqaedi opened this issue Sep 21, 2019 · 4 comments
Closed

Argument "G" isn't numeric in numeric eq.... #75

hamidqaedi opened this issue Sep 21, 2019 · 4 comments

Comments

@hamidqaedi
Copy link

Hi Developers,
Just before finishing the command "table_annovar.pl" , lines are printing on the screen.

`Argument "G" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768929.
Argument "C" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768930.
Argument "A" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768931.
Argument "G" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768932.
Argument "A" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768933.
Argument "G" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768934.
Argument "G" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768935.
Argument "G" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768936.
Argument "G" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768937.
Argument "C" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768938.
Argument "C" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768939.
Argument "T" isn't numeric in numeric eq (==) at ./annotate_variation.pl line 2583, <DB> line 768940.

Done
`

This is while all the process for me take about 20 minutes to complete just before the step of printing the lines. The printing takes about 1 hour. Just after this process is done, I receive comments show the annotation job is done.

Any suggestion?

@kaichop
Copy link
Contributor

kaichop commented Sep 21, 2019 via email

@hamidqaedi
Copy link
Author

hamidqaedi commented Oct 13, 2019

Dear Dr Kai Wang,
Thanks for your answer.
But still I have no idea what is happening. I read both FAQs #1 and #4 .
Actually FAQ #1 is about using -vcfinput and -csvout in the command. This is not my case.
I am using annovar as a part of my pipeline and the code chunk relevant to annovar in my script is as follows:
rule avinput: input: "VCF_final/{sample}_filtered_final.vcf", output: "ANNO/avi.{sample}.avinput", params: toanno = CTA, priority:14, shell: """ mkdir -p ANNO perl {params.toanno} -format vcf4 {input} -outfile ./ANNO/avi -allsample -include -withzyg > {output} """ rule annovar: input: rules.avinput.output, output: "ANNO/{sample}.hg19_multianno.txt", params: table2annovar = TTA, humandb = HUMANDB, priority:15, shell: """ perl {params.table2annovar} {input} {params.humandb} \ -buildver hg19 -out /ANNO/sample\ -remove \ -protocol refGene,avsnp150,abraom,dbnsfp33a,ALL.sites.2015_08,clinvar_20190305,gnomad_exome,gme,kaviar_20150923 \ -operation g,f,f,f,f,f,f,f,f \ -nastring . -polish --thread 64 \
About FAQ #4 I am not sure what to do. Do I need to change default of an annovar config file ?
Appreciate your time and reply.
Hamid

@kaichop
Copy link
Contributor

kaichop commented Oct 13, 2019 via email

@kaichop
Copy link
Contributor

kaichop commented Oct 15, 2019

This is a re-occurring issue and I have made changes to code so that ALL.sites.2015_08 can be a valid keyword in future versions of ANNOVAR. It will be released soon. I will close this issue.

@kaichop kaichop closed this as completed Oct 15, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants