We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f4142 commit b8638bcCopy full SHA for b8638bc
tests/test_generate_fasta.py
@@ -9,7 +9,7 @@
9
fasta_list = []
10
11
def test_generate_fasta():
12
- fasta_file = generate_fasta(os.path.dirname(os.path.realpath(__file__)),"./tests/test.faa","./tests/alignment.tsv")
+ (fasta_file,ifsuccess) = generate_fasta(os.path.dirname(os.path.realpath(__file__)),"./tests/test.faa","./tests/alignment.tsv")
13
with open(fasta_file,"rt") as f:
14
for line in f:
15
fasta_list.append(line.strip())
0 commit comments