# HG changeset patch
# User bgruening
# Date 1366979992 14400
# Node ID 2bebf3bd9a34f36dcd9be461cce4b8c5401994fb
Uploaded
diff -r 000000000000 -r 2bebf3bd9a34 opsin.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/opsin.xml Fri Apr 26 08:39:52 2013 -0400
@@ -0,0 +1,54 @@
+
+ converter (OPSIN)
+
+ opsin
+
+ java -jar \$JAVA_JAR_PATH/opsin-1.4.0-jar-with-dependencies.jar ${radicals} "${wildcards}" -o$oformat < "${infile}" > "${outfile}"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it is**
+
+OPSIN_ [1] is a IUPAC name-to-structure conversion tool offering high recall and precision on organic chemical nomenclature.
+
+.. _Opsin: https://bitbucket.org/dan2097/opsin/overview
+
+-----
+
+
+**Cite**
+
+[1] Chemical Name to Structure: OPSIN, an Open Source Solution
+Daniel M. Lowe, Peter T. Corbett, Peter Murray-Rust, Robert C. Glen
+Journal of Chemical Information and Modeling 2011 51 (3), 739-753
+
+http://dx.doi.org/10.1021/ci100384d
+
+
+
diff -r 000000000000 -r 2bebf3bd9a34 repository_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/repository_dependencies.xml Fri Apr 26 08:39:52 2013 -0400
@@ -0,0 +1,4 @@
+
+
+
+
diff -r 000000000000 -r 2bebf3bd9a34 test-data/iupac_names.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/iupac_names.txt Fri Apr 26 08:39:52 2013 -0400
@@ -0,0 +1,4 @@
+acetonitrile
+bla
+foo
+
diff -r 000000000000 -r 2bebf3bd9a34 test-data/opsin_results.smi
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/opsin_results.smi Fri Apr 26 08:39:52 2013 -0400
@@ -0,0 +1,4 @@
+C(C)#N
+
+
+
diff -r 000000000000 -r 2bebf3bd9a34 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Fri Apr 26 08:39:52 2013 -0400
@@ -0,0 +1,17 @@
+
+
+
+
+ https://bitbucket.org/dan2097/opsin/downloads/opsin-1.4.0-jar-with-dependencies.jar
+
+ opsin-1.4.0-jar-with-dependencies.jar
+ $INSTALL_DIR/jars
+
+
+ $INSTALL_DIR/jars
+
+
+
+ Opsin requires a JAVA (1.5+) runtime evironment.
+
+