Skip to content

Commit 2a15191

Browse files
committed
Make sure input files are files
1 parent f919669 commit 2a15191

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tola/assembly/scripts/pretext_to_asm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def ul(txt):
9494
exists=True,
9595
readable=True,
9696
resolve_path=True,
97+
dir_okay=False,
9798
),
9899
required=True,
99100
help="""Assembly before curation, usually a FASTA file.
@@ -109,6 +110,7 @@ def ul(txt):
109110
path_type=Path,
110111
exists=True,
111112
readable=True,
113+
dir_okay=False,
112114
),
113115
required=True,
114116
help="Assembly file from Pretext, which is usually an AGP.",

0 commit comments

Comments
 (0)