d36053405d5006ecf63e3708552339969a983022,hicexplorer/chicSignificantInteractions.py,,main,#,363
Before Change
file_ = True
while file_:
file_ = interactionFile.readline().strip()
file2_ = interactionFile.readline().strip()
if file_ != "" and file2_ != "":
interactionFileList.append((file_, file2_))
outfile_names, target_list_name = call_multi_core(
After Change
file_ = True
while file_:
lines = []
for i in range(0, args.computeSampleNumber):
file_ = interactionFile.readline().strip()
if file_ != "":
lines.append(file_)
if len(lines) > 0:
interactionFileList.append(lines)
log.debug("interactionFileList {}".format(interactionFileList))
outfile_names, target_list_name = call_multi_core(
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: deeptools/HiCExplorer
Commit Name: d36053405d5006ecf63e3708552339969a983022
Time: 2019-08-14
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/chicSignificantInteractions.py
Class Name:
Method Name: main
Project Name: shibing624/pycorrector
Commit Name: 4e144c9f842d7415d8be5bdbb5912d88ae32cced
Time: 2018-04-16
Author: 507153809@qq.com
File Name: pycorrector/seq2seq/corpus_reader.py
Class Name: CGEDReader
Method Name: read_tokens
Project Name: commonsense/conceptnet5
Commit Name: 9811bd22dde5cffbba18fffb4c31f8d5f64f5cf9
Time: 2013-02-25
Author: jvarley@amber.media.mit.edu
File Name: cnet5_index_builder/cnet5-data/conceptnet4_zh/read_zh.py
Class Name:
Method Name: handle_raw_assertion
Project Name: daniel-kukiela/nmt-chatbot
Commit Name: 0e2a7f6d85a341959eba41d65019b2566084b406
Time: 2017-12-03
Author: daniel@kukiela.pl
File Name: inference.py
Class Name:
Method Name: