Skip to content

Commit

Permalink
fixed doAnnoForMissing
Browse files Browse the repository at this point in the history
  • Loading branch information
trvinh committed Feb 6, 2024
1 parent e7453a3 commit e35de5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion greedyFAS/annoFAS/checkAnno.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def doAnnoForMissing(taxon, missingAnno, jsonFile, outPath, cpus, silent, annoTo

annoCmd = 'fas.doAnno -i %s -o %s --cpus %s' % (faFile, outPath, cpus)
if annoToolFile:
annoCmd += ' -annoToolFile %s' % annoToolFile
annoCmd += ' --annoToolFile %s' % annoToolFile
if silent:
annoCmd = annoCmd + ' > /dev/null 2>&1'
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='greedyFAS',
version='1.18.9',
version='1.18.10',
python_requires='>=3.7.0',
description='A tool to compare protein feature architectures',
long_description=long_description,
Expand Down

0 comments on commit e35de5f

Please sign in to comment.