Fixed docstring

This commit is contained in:
Samuel Prince
2024-10-02 04:23:14 -04:00
committed by Wibowo Arindrarto
parent 1cec609d6c
commit 86decf2df1
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import itertools
from Bio.SearchIO import parse
# test case files are in the Blast directory
# test case files are in the Infernal directory
TEST_DIR = "Infernal"
FMT = "infernal-tab"

View File

@ -13,7 +13,7 @@ import itertools
from Bio.SearchIO import parse
# test case files are in the Blast directory
# test case files are in the Infernal directory
TEST_DIR = "Infernal"
FMT = "infernal-text"