b95dd848a589d685f6aa7baa9850f17cba7896eb,hicexplorer/hicInfo.py,,main,#Any#,54

Before Change


        if sum_elements is not None:
            information.write("Sum of matrix:\t{}\n".format(sum_elements))
        if chromosomes is not None:
            information.write("Chromosomes:\t{}\n".format(
                ", ".join(toString(chromosomes))))
        if nchroms is not None:
            information.write("Number of chromosomes:\t{}\n".format(nchroms))
        if num_non_zero is not None:
            information.write(

After Change


        //     information.write("Chromosomes:\t{}\n".format(
        //         ", ".join(toString(chromosomes))))
        information.write("Chromosomes:length: ")
        for key, value in chromosome_sizes.items():
            information.write("{}: {} bp; ".format(key, value))
        information.write("\n")
        if nchroms is not None:
            information.write("Number of chromosomes:\t{}\n".format(nchroms))
        if num_non_zero is not None:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: deeptools/HiCExplorer
Commit Name: b95dd848a589d685f6aa7baa9850f17cba7896eb
Time: 2020-01-09
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicInfo.py
Class Name:
Method Name: main


Project Name: pytorch/fairseq
Commit Name: 8bafae2ee7044529543768eec63d8460d894f5c6
Time: 2017-10-19
Author: myleott@fb.com
File Name: train.py
Class Name:
Method Name: validate