# HG changeset patch
# User bgruening
# Date 1376552309 14400
# Node ID b2cad51889eaf0a6c53e5ae5fe0c46a9a452877a
Uploaded
diff -r 000000000000 -r b2cad51889ea natural_product_likeness_calculator.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/natural_product_likeness_calculator.xml Thu Aug 15 03:38:29 2013 -0400
@@ -0,0 +1,70 @@
+
+ likeness calculator
+
+
+ np-likeness-scorer
+
+
+ ## NPLC is really picky with file extensions. We need to specify every datatype as file extension
+ ## A workaround is to create a symlink with a proper file-extension.
+ #import tempfile
+ #set $temp_file = tempfile.NamedTemporaryFile()
+ #set $temp_link = "%s.%s" % ($temp_file.name, $infile.ext)
+ $temp_file.close()
+ ln -s $infile $temp_link;
+
+ java -jar \$NPLS_JAR_PATH/NP-Likeness-2.0.jar
+ -in "${temp_link}"
+ -out "${outfile}"
+ #if $reconstruct_fragments:
+ -reconstructFragments true
+ -outFragments $outfragments
+ #end if
+ ;
+ rm $temp_link
+
+
+
+
+
+
+
+
+
+
+
+
+ reconstruct_fragments is True
+
+
+
+
+
+
+
+.. class:: infomark
+
+**What this tool does**
+
+The `Natural-Product-Likeness Scorer`_ calculates the Natural Product(NP)-likeness of a molecule, i.e. the similarity of the molecule to the structure space covered by known natural products. The more positive the score, the higher is the NP-likeness and vice versa.
+
+.. _Natural-Product-Likeness Scorer: http://sourceforge.net/projects/np-likeness/
+
+.. image:: $PATH_TO_IMAGES/score_distribution.png
+
+
+-----
+
+.. class:: infomark
+
+**Cite**
+
+| KV Jayaseelan, C Steinbeck, P Moreno, A Truszkowski, P Ertl - `Natural product-likeness score revisited: an open-source, open-data implementation`_
+|
+| P Ertl, S Roggo, and A Schuffenhauer - `Natural product-likeness score and its application for prioritization of compound libraries`_
+
+.. _`Natural product-likeness score revisited: an open-source, open-data implementation`: http://www.biomedcentral.com/1471-2105/13/106/abstract
+.. _`Natural product-likeness score and its application for prioritization of compound libraries`: http://www.ncbi.nlm.nih.gov/pubmed/18034468
+
+
+
diff -r 000000000000 -r b2cad51889ea repository_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/repository_dependencies.xml Thu Aug 15 03:38:29 2013 -0400
@@ -0,0 +1,4 @@
+
+
+
+
diff -r 000000000000 -r b2cad51889ea static/images/score_distribution.png
Binary file static/images/score_distribution.png has changed
diff -r 000000000000 -r b2cad51889ea tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Thu Aug 15 03:38:29 2013 -0400
@@ -0,0 +1,17 @@
+
+
+
+
+ http://downloads.sourceforge.net/project/np-likeness/Natural_Product_Likeness_calculator_2.0.zip
+
+
+ $INSTALL_DIR
+
+
+ $INSTALL_DIR
+
+
+
+ Opsin requires a JAVA (1.5+) runtime evironment.
+
+