mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 21:53:47 +08:00
Fixed docstring
This commit is contained in:
committed by
Wibowo Arindrarto
parent
1cec609d6c
commit
86decf2df1
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user