summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-10-08 16:08:48 +0200
committerAndreas Maunz <andreas@maunz.de>2012-10-08 16:08:48 +0200
commitb3b71a47a6bf80329ef677335532afebf22a8347 (patch)
tree21afa3179b0e83daf2470324483c0393880c1d51
parent1dfe9925bfa4098b3490e615dfacc35eca3f08cc (diff)
Fixed constraint on PC desc selection
-rw-r--r--_posts/2012-09-11-development-vanilla-version.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2012-09-11-development-vanilla-version.md b/_posts/2012-09-11-development-vanilla-version.md
index 3422c00..0cadd71 100644
--- a/_posts/2012-09-11-development-vanilla-version.md
+++ b/_posts/2012-09-11-development-vanilla-version.md
@@ -42,7 +42,7 @@ Load dataset.
<hr>
<br>
-Calculate benzene PC descriptors, constrained by `lib`:
+Calculate benzene PC descriptors, constrained by `pc_type`:
curl \
--data-urlencode "pc_type=geometrical" \
@@ -61,7 +61,7 @@ As RDF/XML:
--data-urlencode "pc_type=geometrical" \
-X POST http://localhost:8082/compound/InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H/pc
-Calculate dataset PC descriptors, constrained by `lib`:
+Calculate dataset PC descriptors, constrained by `pc_type`:
task=`curl \
--data-urlencode "pc_type=geometrical" \