-
Notifications
You must be signed in to change notification settings - Fork 619
Description
I found a duplicate of this as issue #9101 from February, which said that it was resolved, but we have hit the problem today, May 7.
Running gatk 4.6.2.0 using the Bioconda distribution. Running
gatk Funcotator ...
fails with messages:
...
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
GET https://storage.googleapis.com/storage/v1/b/broad-public-datasets/o/funcotator%2FgnomAD_2.1_VCF_INFO_AF_Only%2Fhg38%2Fgnomad.exomes.r2.1.sites.liftoverToHg38.INFO_ANNOTATIONS_FIXED.vcf.gz?fields=bucket,name,id&projection=full
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "Bucket is a requester pays bucket but no user project provided.",
"reason" : "required"
} ],
"message" : "Bucket is a requester pays bucket but no user project provided."
}
...
It seems that the problem in #9101 has occurred again.