-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Labels
No labels