54320c314f235d369ef86bc9a6f2f5acf2526275,hicexplorer/hicMergeDomains.py,,main,#Any#,382
Before Change
if args.ctcfFile is not None:
log.debug("ctcf: true")
ctcfList = read_ctcf(args.ctcfFile)
log.debug("ctcfList {}".format(ctcfList[:10]) )
mergedList = create_list_with_ctcf(args.domainFiles[0], args.minPeak, ctcfList)
for domain in args.domainFiles[1:]:
After Change
pValue = args.value
listOfDomains = []
proteinList = None
if len(args.domainFiles) == 1 and args.proteinFile is None:
log.error("Please use multiple or domain files or at least one domain file and one protein file.")
raise("")
exit(1)
if args.proteinFile is not None:
proteinList = read_protein(args.proteinFile)
mergedList = create_list_with_protein(args.domainFiles[0], args.minPeak, proteinList)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: deeptools/HiCExplorer
Commit Name: 54320c314f235d369ef86bc9a6f2f5acf2526275
Time: 2020-06-22
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicMergeDomains.py
Class Name:
Method Name: main
Project Name: deeptools/HiCExplorer
Commit Name: ce7fd2a55036beb5081160af33679d8913ec08e5
Time: 2018-07-26
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicPCA.py
Class Name:
Method Name: main
Project Name: polyaxon/polyaxon
Commit Name: f0c1eb37cecb0297d2189b010b4da000f817f1c3
Time: 2018-04-12
Author: mouradmourafiq@gmail.com
File Name: polyaxon_cli/cli/tensorboard.py
Class Name:
Method Name: start