Skip to content

Commit b401fd7

Browse files
committed
Changed extension
1 parent 75acb8f commit b401fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/aoptk/aoptk_find_chemicals.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ from aoptk.literature.pymupdf_parser import PymupdfParser
2121
import os
2222

2323
publication_id = os.path.splitext("$input_file.element_identifier")[0]
24-
with open("chemicals.txt", "w") as f_out:
24+
with open("chemicals.tsv", "w") as f_out:
2525
f_out.write("id\tchemicals\n")
2626

2727
if "${input_file.ext}" == "pdf":
@@ -54,7 +54,7 @@ with open("chemicals.txt", "w") as f_out:
5454

5555
<tests>
5656
<test>
57-
<param name="input_file" value="test-data/text.txt"/>
57+
<param name="input_file" value="test-data/text.tsv"/>
5858
<output name="chemicals" file="chemicals.tsv" compare="sim_size" delta="100"/>
5959
</test>
6060
</tests>

0 commit comments

Comments
 (0)