From f15edc09f338b410fb4e1d4c222515d1233a9e81 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 14 Sep 2016 14:19:10 +0200 Subject: Add method chang_attributes to edit attributes of a tags 6. and 7. (1,2,3,4) --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2575aec..b13b4e0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ report = OpenTox::QMRFReport.new # add a title report.value "QSAR_title", "My QSAR Title" +# change 6.2 'Available information for the training set' set inchi and smiles to Yes +report.change_attributes "training_set_data", {:inchi => "Yes", :smiles => "Yes"} + # add a publication to the publication catalog report.change_catalog :publications_catalog, :publications_catalog_1, {:title => "MyName M (2016) My Publication Title, QSAR News, 10, 14-22", :url => "http://myqsarnewsmag.dom"} -- cgit v1.2.3