This commit is contained in:
Desmond Orton 2021-11-09 04:46:51 -06:00 committed by GitHub
parent 65aadf0332
commit eae2027db7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ class Isescan(Package):
depends_on('py-fastcluster', type='run')
depends_on('py-argparse', type='run')
depends_on('blast-plus@2.2.31:', type='run')
depends_on('fraggenescan@1.30:', type='run')
depends_on('fraggenescan@:1.30', type='run')
depends_on('hmmer@3.1b2:', type='run')
def setup_run_environment(self, env):