ef73e32bcf5dc348c99bc2eb476b6a17a482901a,hicexplorer/hicCorrectMatrix.py,,main,#Any#,546

Before Change


        log.setLevel(logging.INFO)

    // args.chromosomes
    if (args.matrix.endswith(".cool") or ".mcool" in args.matrix) and args.chromosomes is not None and len(args.chromosomes) == 1:
        ma = hm.hiCMatrix(args.matrix, chrnameList=toString(args.chromosomes))
    else:
        ma = hm.hiCMatrix(args.matrix)

After Change


        log.setLevel(logging.INFO)

    // args.chromosomes
    if check_cooler(args.matrix) and args.chromosomes is not None and len(args.chromosomes) == 1:
        ma = hm.hiCMatrix(args.matrix, chrnameList=toString(args.chromosomes))
    else:
        ma = hm.hiCMatrix(args.matrix)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: deeptools/HiCExplorer
Commit Name: ef73e32bcf5dc348c99bc2eb476b6a17a482901a
Time: 2018-03-03
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicCorrectMatrix.py
Class Name:
Method Name: main


Project Name: deeptools/HiCExplorer
Commit Name: 68d5a7901bede1c543916da10be336265f0b7325
Time: 2018-03-04
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicPlotMatrix.py
Class Name:
Method Name: getRegion


Project Name: deeptools/HiCExplorer
Commit Name: ef73e32bcf5dc348c99bc2eb476b6a17a482901a
Time: 2018-03-03
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicPlotMatrix.py
Class Name:
Method Name: main