summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-09-14 14:19:10 +0200
committerrautenberg <rautenberg@in-silico.ch>2016-09-14 14:19:10 +0200
commitf15edc09f338b410fb4e1d4c222515d1233a9e81 (patch)
tree8cfca622bb6442650ebc272e837771469745b5b7 /README.md
parentcaecd7bba7082f4d2558c8fbc0d1409c4f401694 (diff)
Add method chang_attributes to edit attributes of a tags 6. and 7. (1,2,3,4)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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"}