mothur: specify version of vsearch (#15661)

This commit is contained in:
xfzhao
2020-03-25 05:50:30 -05:00
committed by GitHub
parent 2480217387
commit f1aec94719

View File

@@ -23,7 +23,7 @@ class Mothur(MakefilePackage):
depends_on('boost')
depends_on('readline')
depends_on('vsearch', when='+vsearch', type='run')
depends_on('vsearch@2.13.3', when='+vsearch', type='run')
def edit(self, spec, prefix):
makefile = FileFilter('Makefile')