-
For local install, we cannot add a dataset to a project. Each step through loading the data into ES succeeded, but when it comes time to add the dataset to a project it fails with error
Here are the seqr logs
Meanwhile this ES query
yields annotations that look reasonable and have the correct sample ids
The upload was done with these parameters
Note the input file is uncompressed. The Hail log from the upload has many warning of these flavors:
and
but no errors. No migrations were needed
Images in use are
This seems like a bug because the so-called missing sample IDs are present in ES. In any case, all help is much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
So the issue is not that the samples are missing from elasticsearch, it is that they are missing from the project. You need to upload a pedigree file using the "Update Families and Individuals" link on the project page before you add the index. Make sure the Individual IDs match the sample IDs in the VCF/elasticsearch |
Beta Was this translation helpful? Give feedback.
So the issue is not that the samples are missing from elasticsearch, it is that they are missing from the project. You need to upload a pedigree file using the "Update Families and Individuals" link on the project page before you add the index. Make sure the Individual IDs match the sample IDs in the VCF/elasticsearch