chanjo icon indicating copy to clipboard operation
chanjo copied to clipboard

Chanjo provides a better way to analyze coverage data in clinical sequencing.

Results 42 chanjo issues
Sort by recently updated
recently updated
newest added

Set a reasonable cutoff for how many exons the prediction is based on (X/Y)

Does it exclude reads located with bp position = bp2: - 'b36'/'hg18' = NCBI 36, 2709521/154584237 - 'b37'/'hg19' = GRCh37, 2699520/154931044 - 'b38'/'hg38' = GRCh38, 2781479/155701383

- compare in report - read in ped file? @moonso

This is a first very simple example: ``` python def gc_content(self, query=None, gc_amount='high', gene_ids=None): """Generate query to estimate coverage performace. Works by default on a small subset of genes with...

It would be nice to get a "clean" log file for each process call to avoid looking at old error messages

If one runs sambamba through chanjo it would be awesome if the STDOUT/ERR would redirect to the same logfiles, don't you think?

If the coverage-limit set has something to do with the measurement of 'Fullständighet' it would be good to have it in the explanation. The text in the report below: 'Fullständighet:...

Make `load_sambamba` return created sample objects