Mercurial > repos > pjbriggs > amplicon_analysis_pipeline
diff amplicon_analysis_pipeline.py @ 30:18e6427c5e4a draft
planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit 283f59740e90fa714c305007af40041ce39a74aa
author | pjbriggs |
---|---|
date | Tue, 02 Oct 2018 08:58:13 -0400 |
parents | 31b7950136ed |
children | e832be1635b4 |
line wrap: on
line diff
--- a/amplicon_analysis_pipeline.py Mon Oct 01 07:31:44 2018 -0400 +++ b/amplicon_analysis_pipeline.py Tue Oct 02 08:58:13 2018 -0400 @@ -101,7 +101,6 @@ for p in os.environ['PATH'].split(os.pathsep): exe = os.path.normpath( os.path.abspath(os.path.join(p,name))) - print "Checking %s" % exe if os.path.isfile(exe) and os.access(exe,os.X_OK): return exe return None