diff --git a/easybuild/easyconfigs/g/GFF3-toolkit/GFF3-toolkit-2.1.0-foss-2022a.eb b/easybuild/easyconfigs/g/GFF3-toolkit/GFF3-toolkit-2.1.0-foss-2022a.eb index 9db2550d17c..f1110ec02d4 100644 --- a/easybuild/easyconfigs/g/GFF3-toolkit/GFF3-toolkit-2.1.0-foss-2022a.eb +++ b/easybuild/easyconfigs/g/GFF3-toolkit/GFF3-toolkit-2.1.0-foss-2022a.eb @@ -21,7 +21,7 @@ dependencies = [ ('BLAST+', '2.13.0'), ] -#GFF3-toolkit has hardcoded path to BLAST+ libraries, so we have to add a symlink to the required path for this to work +# GFF3-toolkit has hardcoded path to BLAST+ libraries, so we have to add a symlink to the required path for this to work local_blast_path = '%(installdir)s/lib/python%(pyshortver)s/site-packages/gff3tool/lib/ncbi-blast+' preinstallopts = 'mkdir -p %s && ' % local_blast_path preinstallopts += 'ln -s $EBROOTBLASTPLUS/bin %s && ' % local_blast_path