freeseek / gtc2vcf

Tools to convert Illumina IDAT/BPM/EGT/GTC and Affymetrix CEL/CHP files to VCF
MIT License
143 stars 24 forks source link

ERROR in converting CHP to VCF #44

Closed lizhan96 closed 1 year ago

lizhan96 commented 2 years ago

hi, devoloper. After I install bcftools-1.11 and gtc2vcf, I run the following code /data_6t/lizhan/02.software/bcftools-1.11/bcftools +affy2vcf \ --no-version -Ou \ --csv $csv_manifest_file \ --fasta-ref $ref \ --chps $path_to_chp_folder \ --snp $path_to_txt_folder/AxiomGT1.snp-posteriors.txt \ --extra $out_prefix.tsv

but there are some error message.

Writing to ./bcftools-sort.ribgu4 /data_6t/lizhan/02.software/bcftools-1.11/plugins/affy2vcf.so: dlopen .. /data_6t/lizhan/02.software/bcftools-1.11/plugins/affy2vcf.so: undefined symbol: set_wmode affy2vcf: dlopen .. affy2vcf: cannot open shared object file: No such file or directory

The bcftools plugin "affy2vcf" was not found or is not functional in BCFTOOLS_PLUGINS="/data_6t/lizhan/02.software/bcftools-1.11/plugins".

Could not load "affy2vcf".

freeseek commented 2 years ago

The current code for the affy2vcf plugin requires BCFtools version 1.14 or newer.