Describe the bug
Run StellarPGx with docker implementation on CYP2C9 gene.
I have run StellarPGx for around 1000 samples with different genes (CYP2D6, CYP2C19, etc.) with no problem, but with CYP2C9, it always stuck at this step (different runs stuck at different samples). I checked the working directory and found that the file _var_1/chr10/094935000-094990000.vcf.gz is not created in the previous process, so that it will fail at this step.
To Reproducenextflow run main.nf -profile standard --build hg38 --gene cyp2c9
Describe the bug Run StellarPGx with docker implementation on CYP2C9 gene. I have run StellarPGx for around 1000 samples with different genes (CYP2D6, CYP2C19, etc.) with no problem, but with CYP2C9, it always stuck at this step (different runs stuck at different samples). I checked the working directory and found that the file
_var_1/chr10/094935000-094990000.vcf.gz
is not created in the previous process, so that it will fail at this step.To Reproduce
nextflow run main.nf -profile standard --build hg38 --gene cyp2c9
Screenshots