# HG changeset patch # User pjbriggs # Date 1530616812 14400 # Node ID e1ba19551395b65dee4ed963ffe0eaef85c0e128 # Parent 4bd582d23d4e2acd3f85b553ee0d06270443bda9 planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit af3afa7bd2c2441074879938cd93d9965908bbc7-dirty diff -r 4bd582d23d4e -r e1ba19551395 amplicon_analysis_pipeline.py --- 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: