Skip to content

Commit

Permalink
Added a space to the beginning of a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Orient committed Oct 27, 2023
1 parent f8832ff commit 097f893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 097f893

Please sign in to comment.