Grammatikati Konstantin
Grammatikati Konstantin
Yes, you are correct - these variants are incorrectly written in VCF. We have this conversation from [here](https://github.com/liguowang/CrossMap/issues/44#issuecomment-1273567746) - **chr1:149032050 GT->T** should be **chr1:149032049 GG->G**. But at least we can...
Hello again, any chance that you'll find time to fix?
Any news about merge? In this issue mentioned some differences between branches: https://github.com/konradjk/loftee/issues/56 I've simple installed different assemblies in different folders, but this is not very elegant solution and I...
@lh3 Shouldn't it be a new release with this fix? For now, the current latest release failed to build on modern systems.
@sanchit-misra @yuk12 Still no new release or tag. Any ETA?
@vasimuddin looks like something happened? Still no release?
Yes, I have same problem (wrote here: https://github.com/samuelet/indexmenu/issues/296#issuecomment-1943647099) - I can provide any required data, and we need this fix.
@Klap-in Hello, are you still sick? Any ETA for fix?
@f1ynng8 Thx for advice, `~~NOCACHE~~` helped us. But we're still waiting for proper solution.
There are two issues causing this error: - First is `#include ` missing in [GraphCoordinates.cpp](https://github.com/Illumina/REViewer/blob/master/reviewer/thirdparty/graph-tools/src/graphcore/GraphCoordinates.cpp) - same as here https://github.com/Illumina/ExpansionHunter/issues/168 ``` /soft/REViewer-0.2.7-src/reviewer/thirdparty/graph-tools/src/graphcore/GraphCoordinates.cpp: In constructor ‘graphtools::GraphCoordinates::GraphCoordinatesImpl::GraphCoordinatesImpl(const graphtools::Graph*)’: /soft/REViewer-0.2.7-src/reviewer/thirdparty/graph-tools/src/graphcore/GraphCoordinates.cpp:52:40: error: ‘numeric_limits’ is...