diff amplicon_analysis_pipeline.py @ 17:e1ba19551395 draft

planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit af3afa7bd2c2441074879938cd93d9965908bbc7-dirty
author pjbriggs
date Tue, 03 Jul 2018 07:20:12 -0400
parents 4bd582d23d4e
children 877d53e2d963
line wrap: on
line diff
--- a/amplicon_analysis_pipeline.py	Tue Jul 03 07:15:37 2018 -0400
+++ b/amplicon_analysis_pipeline.py	Tue Jul 03 07:20:12 2018 -0400
@@ -205,7 +205,7 @@
                          "share",
                          "rdp_classifier",
                          "rdp_classifier.jar"))
-    if rdp_classifier and os.path.exists(os.path.join):
+    if rdp_classifier and os.path.exists(rdp_classifier):
         os.environ["RDP_JAR_PATH"] = rdp_classifier
         print "-- set RDP_JAR_PATH: %s" % os.environ["RDP_JAR_PATH"]
     else: