Curated contigs number can be zero ,even less than 1
The final GCI-score result shows me that the curated contigs number can be zero, which will make the GCI-score infinity according to the formula.
Curated contigs number is computed by removing curated gaps on the contig so in few cases, the quality of the assembly is so poor, for example, that the contig might absolutely be "removed" and get the Curated contigs number zero. Other users had reported this issue and I had edited the code to make GCI score zero instead of infinity (which will get an error in python in reality). So this is normal for GCI and you maybe need to check your assembly or alignment files.
I will close this issue due to long time of inactivity.