Skip to content

Commit 94548a5

Browse files
committed
forgot to commit change of pubchem to pubchem_compound namespace
1 parent 6a09eb7 commit 94548a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: toxkb/sider/lib/meddra_adverse_effects.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def process
5757
row = line.strip.chomp.split("\t")
5858

5959
# convert the STICH id to pubchem (see NOTES)
60-
pubchem = @pubchem[row[1].to_i.abs.to_s]
60+
pubchem = @pubchem_compound[row[1].to_i.abs.to_s]
6161
writer << [pubchem,RDF.type,@sider_vocabulary['Drug'],record]
6262
writer << [pubchem,DC.title,row[3],record]
6363
writer << [pubchem,DC.identifier,"pubchem:#{row[1].to_i.abs.to_s}",record]

0 commit comments

Comments
 (0)