Closed project-defiant closed 1 month ago
This PR fixes isssue issue with vep variant annotation operator spotted on batch job, that caused the partitionned vcf files were not sorted correctly before annotating them by vep.
See the exact errors of failed jobs in logs
This PR changes the POS field in partitionned vcfs to int so the partitionning is done correctly.
POS
int
Rationale
This PR fixes isssue issue with vep variant annotation operator spotted on batch job, that caused the partitionned vcf files were not sorted correctly before annotating them by vep.
See the exact errors of failed jobs in logs
Fixes
This PR changes the
POS
field in partitionned vcfs toint
so the partitionning is done correctly.