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

Donor assignment validate inputs CELL_CONTAMINATION_ESTIMATE_FILE and ALLELE_FREQUENCY_ESTIMATE_FILE #354

Open
1 task done
jamesnemesh opened this issue Sep 14, 2023 · 0 comments

Comments

@jamesnemesh
Copy link
Collaborator

Instructions

CELL_CONTAMINATION_ESTIMATE_FILE and ALLELE_FREQUENCY_ESTIMATE_FILE parameters need to be validated as readable during custom validation if they are not null.

Affected tool(s)

AssignCellsToSamples and DetectDoublets

Affected version(s)

  • Latest public release version [version?]

Description

Program does a lot of parsing of VCF and BAM file before finally loading these files, then crashes because the file is missing.

Add IOUtil.assertFileIsReadable checks to both files if non-null

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

1 participant