39ae84d64af798c7dbef9c6f86ab17d2a1075817,foreman/data_refinery_foreman/surveyor/harmony.py,,parse_sdrf,#Any#,659
Before Change
samples = []
lines = sdrf_text.split("\n")
for offset, line in enumerate(lines):
// Get the keys
if offset == 0:
After Change
samples = []
reader = csv.reader(StringIO(sdrf_text), delimiter="\t")
for offset, line in enumerate(reader):
// Get the keys
if offset == 0:
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: AlexsLemonade/refinebio
Commit Name: 39ae84d64af798c7dbef9c6f86ab17d2a1075817
Time: 2018-09-21
Author: rich@anomos.info
File Name: foreman/data_refinery_foreman/surveyor/harmony.py
Class Name:
Method Name: parse_sdrf
Project Name: googledatalab/pydatalab
Commit Name: f1522f7930a7dd101bca96c76db291647d2d5de4
Time: 2017-04-13
Author: brandondutra@google.com
File Name: solutionbox/structured_data/mltoolbox/_structured_data/preprocess/local_preprocess.py
Class Name:
Method Name: run_numerical_categorical_analysis
Project Name: googledatalab/pydatalab
Commit Name: f1522f7930a7dd101bca96c76db291647d2d5de4
Time: 2017-04-13
Author: brandondutra@google.com
File Name: solutionbox/structured_data/mltoolbox/_structured_data/trainer/util.py
Class Name:
Method Name: get_vocabulary