hap.py icon indicating copy to clipboard operation
hap.py copied to clipboard

pre.py for normalization errors

Open christinafliege opened this issue 5 years ago • 3 comments

Good Afternoon, I am attempting to use pre.py to normalize VCFs. However, I am getting the following errors with this command. I have tried this on a few different VCFs from different sources

pre.py  zip30X_background.golden.vcf Normedzip30X_background.godilen.vcf  --set-gt hom --threads 10 -L -D -r /projects/bioinformatics/DataPacks/human/gatk_bundle_Oct_2017/gatk_bundle_hg38/Homo_sapiens_assembly38.fasta


Traceback (most recent call last):
  File "/usr/local/apps/bioapps/hap.py/hap.py-0.3.12/hap.py-build/bin/pre.py", line 408, in <module>
    main()
  File "/usr/local/apps/bioapps/hap.py/hap.py-0.3.12/hap.py-build/bin/pre.py", line 404, in main
    preprocessWrapper(args)
  File "/usr/local/apps/bioapps/hap.py/hap.py-0.3.12/hap.py-build/bin/pre.py", line 245, in preprocessWrapper
    convert_gvcf_to_vcf=args.convert_gvcf)
AttributeError: 'Namespace' object has no attribute 'convert_gvcf'

christinafliege avatar Jul 31 '20 21:07 christinafliege

Same problem here

egenomics avatar Oct 09 '20 10:10 egenomics

@egenomics https://github.com/Illumina/hap.py/issues/106 this issue shows a workaround that worked for this error.

christinafliege avatar Oct 09 '20 14:10 christinafliege

Should be closed since #113 was merged.

hguturu avatar Mar 01 '21 18:03 hguturu