Closed mdem7705 closed 4 years ago
@mdem7705 I think the prune_haplotype.py
script is causing the issue, since it is no longer in the format we expect. For example this block expects 113,213
phased variants out of 132,772
:
BLOCK: offset: 174 len: 132772 phased: 113213 SPAN: 6711882 fragments 118552
but there are only 88,999
variants (lines) after this block definition. You'll see things like:
********
BLOCK: (from split)
Ideally, the script would output in the same format as the inputs. Can you contact the HapCut2 authors (ex. @pjedge) to see if they can modify the script? I'd rather not deal with yet another format.
Closing as this is an issue in Hapcut's script
Hey guys,
I am getting this error from my HapCUT2 output:
It seems like there is an issue processing the delimiter line between my blocks, viewed here in a section of my hapCUT2 output file:
I could easily edit out the problem line, but I think this may be a symptom of a larger problem so I'd rather check first.
Here is the code I am trying to run:
Here are my fgbio input files: hc2vcf.zip And the version of HapCUT I am using is here: https://github.com/vibansal/HapCUT2/releases/tag/5a6f5df
Can you please help?
Thank you!