krishna pathak
Results
2
comments of
krishna pathak
I've implemented a fix for the MerquryFK completeness reporting issue. Here's a summary of the changes: Created a new module haplotype_completeness that: Takes MerquryFK output and calculates correct completeness values...
import os import json import pytest from pathlib import Path import pandas as pd import cooler import numpy as np def test_multiqc_report_exists(): """Test that MultiQC report exists and is not...