Skip to content

Commit 6a09eb7

Browse files
committed
minor update to toxcast2rdf parser
1 parent 3024f2c commit 6a09eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toxkb/toxcast/toxcast2rdf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def process_dictionary(file)
186186
assay_file.each_line do |line|
187187
ic = Iconv.new("UTF-8//IGNORE","UTF-8")
188188
line = ic.iconv(line)
189-
line = line.strip.chomp.split("\t")
189+
line = line.strip.chomp.split("\t")
190190

191191

192192
# everything is in the file is a description of the assay component

0 commit comments

Comments
 (0)