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

ERROR: coverage file and models file must be for exactly the same set of genomic windows #24

Open
tpjones15 opened this issue Dec 15, 2020 · 1 comment

Comments

@tpjones15
Copy link

Hello,

I have run into the following error when running the call_cnv program:

call_cnv sample1.norm.cov.bed models.bed
ERROR: coverage file and models file must be for exactly the same set of genomic windows

Whilst this would appear to be a self explanatory fix, I don't see how it could be the case as I've only produced a single windows.bed file in this instance and all three files (sample1.norm.cov.bed, models.bed and windows.bed) have the same number of lines in support of this (202,931).

If anyone has any suggestions I'd be very grateful,

Thanks,
Tom

@Z-Zen
Copy link

Z-Zen commented Feb 16, 2022

In case someone stumbles on this error, your input files *.norm.cov.bed and models.bed must contain chr. Try to remove them with sed 's/chr//g' and relaunch the command.

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