Skip to content

Invalid genotypes annotate_ase #2

@illarionovaanastasia

Description

@illarionovaanastasia

Hi!
I am trying to run annotation of calc_ase output. The command I am using for this:
annotate_ase -f sample.vcf.gz -i calc_ASE/sample.tsv -b gencode.bed -o annot_ase.tsv
The run fails during a Fetching genotypes step with a following error:

Traceback (most recent call last):
  File "/home/ubuntu/miniconda3/bin/annotate_ase", line 33, in <module>
    sys.exit(load_entry_point('LORALS==0.0.0', 'console_scripts', 'annotate_ase')())
  File "/home/ubuntu/miniconda3/lib/python3.8/site-packages/LORALS-0.0.0-py3.8.egg/lorals/scripts.py", line 604, in annotate_ase
  File "/home/ubuntu/miniconda3/lib/python3.8/site-packages/LORALS-0.0.0-py3.8.egg/lorals/annotate.py", line 223, in annotate_genotypes
  File "/home/ubuntu/miniconda3/lib/python3.8/site-packages/LORALS-0.0.0-py3.8.egg/lorals/features.py", line 173, in fromvcf
  File "/home/ubuntu/miniconda3/lib/python3.8/site-packages/LORALS-0.0.0-py3.8.egg/lorals/features.py", line 193, in __init__
  File "/home/ubuntu/miniconda3/lib/python3.8/site-packages/LORALS-0.0.0-py3.8.egg/lorals/features.py", line 165, in _valid_genotype
ValueError: invalid genotypes

The genotype VCF was obtained with a process_vcf.sh script from a correctly formatted phased VCF.
I would really appreciate any feedback.

Best regards,

Anastasia

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions