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

CombineGVCFs won't work due to lack of vcf index inputs #2

Closed
rickymagner opened this issue Feb 16, 2022 · 1 comment
Closed

CombineGVCFs won't work due to lack of vcf index inputs #2

rickymagner opened this issue Feb 16, 2022 · 1 comment

Comments

@rickymagner
Copy link

I tried using the CombineGVCFs auto-generated wdl but ran into issues with localizing the index files for the input vcfs. Here is the error:

A USER ERROR has occurred: An index is required but was not found for file /cromwell_root/broad-gotc-test-storage/germline_single_sample/wgs/load/truth/develop/NA12878/NA12878.g.vcf.gz. 
Support for unindexed block-compressed files has been temporarily disabled. Try running IndexFeatureFile on the input.

This always happens when one forgets to include the vcf indices as inputs into the wdl since they need to be localized along with the actual vcfs. However, this wdl doesn't have the option to pass them in, making it essentially impossible to use right out of the box. The simple fix is to just put index inputs into the task, but maybe it's worth doing at the level of the auto-generating code to ensure other similar tasks are able to run without the user needing to manually override them.

@rickymagner
Copy link
Author

Closing this issue because it has been remigrated as appropriate to here.

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