-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bus error when converting GTC to VCF #67
Comments
Hi @khzhu, this seems like a lower-level python error I have not encountered before. |
Hi @jjzieve ,
|
ok seems like its not a hardware issue then, you have more than enough resources. |
@jjzieve , I've already sent the file to the Illumina technical support. It is really patient data and cannot share it on Github. |
@khzhu I wasn't able to reproduce the issue. techsupport can point you to my log and the created VCF file. |
@jjzieve , I got the issue resolved. The error was caused by missing PyVCF and pysam two modules. After pip install dependencies, I was able to convert my GTCs to VCFs. |
@khzhu that's good to hear. I realize https://github.com/Illumina/GTCtoVCF#requirements is not as straightforward as a requirements.txt. I referenced this issue in a previous semi related issue (#17) to track creating a requirements.txt. |
Hi Illumina team,
we got an "Bus error" when trying to convert a GTC file to VCF. The GTC file was generated from the Infinium LCG Assay idat files using iaap-cli gencall tool on linux.
2020-10-21 12:32:35,934 - GTC converter - WARNING - Reference allele is not queried for locus: rs876659253_mnv 2020-10-21 12:32:35,941 - GTC converter - WARNING - Reference allele is not queried for locus: ilmnseq_rs878853738_mnv 2020-10-21 12:32:35,957 - GTC converter - WARNING - Reference allele is not queried for locus: rs886040595_mnv Bus error
~/molecpathlab/bin/GTCtoVCF/gtc_to_vcf.py --gtc-paths /gpfs/data/molecpathlab/development/Infinium_LCG/test --manifest-file /gpfs/data/molecpathlab/data/Infinium/GDA-8v1-0_A1.csv --genome-fasta-file /gpfs/data/molecpathlab/data/Infinium/genome.fa --output-vcf-path /gpfs/data/molecpathlab/development/Infinium_LCG/test --log-file /gpfs/data/molecpathlab/development/Infinium_LCG/test/Infinium_LCG_test.log --skip-indels --disable-genome-cache
The text was updated successfully, but these errors were encountered: