We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While on Helpdesk debugging a problem probably caused by incorrectly calling this code, I noticed https://github.com/cancerit/vafCorrect/blob/5.7.2/perl/lib/Sanger/CGP/Vaf/Data/ReadVcf.pm#L102
open my $fai_fh , '<', $self->{'_g'}.'.fai'; while (<$fai_fh>) {
If the .fai file is not found, then this error will not be reported in a meaningful way.
.fai
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While on Helpdesk debugging a problem probably caused by incorrectly calling this code, I noticed
https://github.com/cancerit/vafCorrect/blob/5.7.2/perl/lib/Sanger/CGP/Vaf/Data/ReadVcf.pm#L102
If the
.fai
file is not found, then this error will not be reported in a meaningful way.The text was updated successfully, but these errors were encountered: