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

CADD 1.6: Encountered uncovered chromosome/Possible precedence issue with control flow operator #37

Closed
zyh4482 opened this issue Apr 16, 2022 · 3 comments

Comments

@zyh4482
Copy link

zyh4482 commented Apr 16, 2022

I've installed gnomad.genomes.r3.0.indel_inclAnno.tsv.gz and whole_genome_SNVs_inclAnno.tsv.gz under prescored/GRCh38_v1.6/incl_anno.

command line:
./CADD.sh -a -g GRCh38 -o ~/data/output.txt ~/data/input.vcf

It reports with following message:

Encountered uncovered chromosome
Encountered uncovered chromosome
Encountered uncovered chromosome
Encountered uncovered chromosome
Possible precedence issue with control flow operator at /home/tomas/CADD/CADD-scripts-master/envs/bbfedf5e67480733367291efe3002c46/lib/site_perl/5.26.2/Bio/DB/IndexedBase.pm line 805.

What happened here?

btw. I notice test.vcf does not have any headers and columns after ALT. Is it necessary to reformat my vcf?

@zyh4482 zyh4482 changed the title CADD 1.6: Possible precedence issue with control flow operator CADD 1.6: Encountered uncovered chromosome/Possible precedence issue with control flow operator Apr 16, 2022
@zyh4482
Copy link
Author

zyh4482 commented Apr 16, 2022

I just found my issue is replicated.

#23

After removing chr using following command:
awk '{gsub(/^chr/,""); print}' your.vcf > no_chr.vcf

It works normally. I'll close this issue.

@zyh4482 zyh4482 closed this as completed Apr 16, 2022
@zyh4482
Copy link
Author

zyh4482 commented Apr 16, 2022

I could fix encounterred uncovered chromosome issue.
But the other message Possible precedence issue with control flow operator at /home/tomas/CADD/CADD-scripts-master/envs/bbfedf5e67480733367291efe3002c46/lib/site_perl/5.26.2/Bio/DB/IndexedBase.pm line 805. still comes out.

Does it have any impact on result?

@zyh4482 zyh4482 reopened this Apr 16, 2022
@makirc
Copy link
Contributor

makirc commented Apr 16, 2022

Hi there! Yes, the "encountered uncovered chromosome" just means that you defined chromosome names in your input file that are not found in the respective reference sequence. As you noticed, this might be an additional "chr" string that is not present in the reference sequence that CADD is using. The second message is a perl warning. We receive it on some systems too, it does not seem to be critical and can be ignored. Best, Martin

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

2 participants