You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task fails from a GATK User Error linked to missing index. (File paths were abridged).
***********************************************************************
A USER ERROR has occurred: An index is required but was not found for file /cromwell-executions/[...]/Homo_sapiens_assembly38.dbsnp138.vcf.gz:/cromwell-executions/[...]/Homo_sapiens_assembly38.dbsnp138.vcf.gz. Support for unindexed block-compressed files has been temporarily disabled. Try running IndexFeatureFile on the input.
***********************************************************************
This task calls GATK's SiteDepthtoBAF and one of its input, --baf-sites-vcf, requires a relevant index file.
Steps to reproduce
This workflow was ran with Cromwell on AWS Batch. This setup requires explicit input of index files size it cannot rely on having the index in the same location as the file.
Expected behavior
The task SDtoBAF should have an extra input field sd_locs_vcf_index to allow for the index to be passed (or it could be inferred in place by appending ".tbi"
This issue was solved on my setup by adding the index input file.
The text was updated successfully, but these errors were encountered:
Bug Report
Affected module(s) or script(s)
task SDtoBAF
inwdl/BatchEvidenceMerging.wdl
Affected version(s)
Description
Task fails from a GATK User Error linked to missing index. (File paths were abridged).
This task calls GATK's
SiteDepthtoBAF
and one of its input,--baf-sites-vcf
, requires a relevant index file.Steps to reproduce
This workflow was ran with Cromwell on AWS Batch. This setup requires explicit input of index files size it cannot rely on having the index in the same location as the file.
Expected behavior
The
task SDtoBAF
should have an extra input fieldsd_locs_vcf_index
to allow for the index to be passed (or it could be inferred in place by appending ".tbi"This issue was solved on my setup by adding the index input file.
The text was updated successfully, but these errors were encountered: