Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Issue when ingesting VCFs with beacon_init #174

@jimmyhli

Description

@jimmyhli

Description

Hello, I am trying to ingest some VCF files from my pipeline as well as 1kgenome (for testing), but am getting the following errors

[2021-06-02 16:19:30,503][beacon][26314 MainProcess][INFO    ] (L:299) db_load | insert_variants: Received 1000 variants for insertion to hostseq_bcgsc
[2021-06-02 16:19:30,504][beacon][26314 MainProcess][INFO    ] (L:303) db_load | insert_variants: Insert variants into the database
[2021-06-02 16:19:30,504][beacon][26314 MainProcess][ERROR   ] (L:383) db_load | insert_variants: AN ERROR OCCURRED WHILE ATTEMPTING TO INSERT VARIANTS -> list index out of range

I tried to load it with the beacon_init, how can I debug what error occurred? What exactly is the list index out of range here?

DoD (Definition of Done)

When I can successfully load VCFs

Testing

Below is how I run mine

I made up some data for the metadata.json

wget ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502//ALL.chr1.phase3_shapeit2_mvncall_integrated_v5b.20130502.genotypes.vcf.gz

beacon_init  /projects/1kgenome/ALL.chr1.phase3_shapeit2_mvncall_integrated_v5b.20130502.genotypes.vcf.gz  metadata.json

Thanks a lot!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions