Mercurial > repos > pjbriggs > amplicon_analysis_pipeline
comparison amplicon_analysis_pipeline.py @ 10:b47cf1d6fb47 draft
planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit f72ff88ee11d09703bf38524dbb8026ee14bc3ef-dirty
author | pjbriggs |
---|---|
date | Mon, 18 Jun 2018 07:21:57 -0400 |
parents | 32a43bc3dd58 |
children | 570228bb2fb7 |
comparison
equal
deleted
inserted
replaced
9:32a43bc3dd58 | 10:b47cf1d6fb47 |
---|---|
169 | 169 |
170 # Executables | 170 # Executables |
171 os.mkdir("bin") | 171 os.mkdir("bin") |
172 os.environ["PATH"] = os.path.abspath("bin") + \ | 172 os.environ["PATH"] = os.path.abspath("bin") + \ |
173 os.pathsep + \ | 173 os.pathsep + \ |
174 os.environ["PATH"]) | 174 os.environ["PATH"] |
175 print "-- updated PATH: %s" % os.environ["PATH"] | 175 print "-- updated PATH: %s" % os.environ["PATH"] |
176 # Pipeline wants 'vsearch113' but bioconda version is just | 176 # Pipeline wants 'vsearch113' but bioconda version is just |
177 # 'vsearch' | 177 # 'vsearch' |
178 vsearch = find_executable("vsearch113") | 178 vsearch = find_executable("vsearch113") |
179 if vsearch is None: | 179 if vsearch is None: |