We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I recently moved some of this code around, I think it's failing as process VCF has been skipped (0 entries?)
upload.models.models.UploadStep.DoesNotExist: UploadStep matching query does not exist. import_vcf_tasks.py upload_step = upload_pipeline.uploadstep_set.get(name=ModifiedImportedVariants.LINKED_SUB_STEP_NAME)
The text was updated successfully, but these errors were encountered:
issue #1079 - we don't need this so don't get it (can fail if we skip…
d4c1fd8
…ped preprocessing)
issue #1079 - Handle all variants (eg a single one) in a upload pipel…
3200563
…ine being filtered out of liftover
Testing:
Need to wait for all the ClinVar VCF annotation to finish, but once done, this is ~20k:
http://test.variantgrid.com/snpdb/watch_manual_variant_entry/87
So visit allele, and then liftover and confirm bcftools liftover works
Sorry, something went wrong.
Re-opening for Shariant testing - test when looking at BCFtool liftover
davmlaw
No branches or pull requests
I recently moved some of this code around, I think it's failing as process VCF has been skipped (0 entries?)
The text was updated successfully, but these errors were encountered: