You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purple failing with latest merged somatic call set
Purple is failing when provided the latest merged somatic call set with the SEQC TN pair. It errors out while parsing the input somatic VCF file with java type-casting errors.
Here is a screen shot of the error:
At some point the program fail when try to type cast a list to a string.
To resolve the issue:
Build a docker image with the latest version of hmtools dependencies for sage (needs latest version of java, needs R, and circos)
Update to the latest jar file for hmftools purple (v4.0.2)
Pass purple SAGE's filtered norm vcf file (purple does not like the latest merged VCF from multiple callers)
Purple failing with latest merged somatic call set
Purple is failing when provided the latest merged somatic call set with the SEQC TN pair. It errors out while parsing the input somatic VCF file with java type-casting errors.
Here is a screen shot of the error:
![Image](https://private-user-images.githubusercontent.com/18038345/406234710-7f560a99-9c83-468e-a6f9-0a4666668aac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjY1NzksIm5iZiI6MTczOTMyNjI3OSwicGF0aCI6Ii8xODAzODM0NS80MDYyMzQ3MTAtN2Y1NjBhOTktOWM4My00NjhlLWE2ZjktMGE0NjY2NjY4YWFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAyMTExOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY3NmQyNWViOTUxM2MzOWVhN2E2NzZjMDgxZTdiNDc3M2M5OTgyMTJkNjVmMDMyZjdlYzhkMmRhNzM2ZTk5ODAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.M6InmFQlz2YNSkwck5NvPVmHAnKAEEylJujawPfQJuI)
At some point the program fail when try to type cast a list to a string.
To resolve the issue:
The text was updated successfully, but these errors were encountered: