Skip to content

Commit 1ca6b04

Browse files
committed
Updated documentation.
1 parent e7c37d9 commit 1ca6b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TCSfilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ def RunModule(infile_name, outfile_name, minqual, mincov):
6969
ListWriter(infile_name, outfile_name, ShortList)
7070

7171
if __name__ == "__main__":
72-
# Usage: python3 TCSfilter.py file.tcs minqual mincov
72+
# Usage: python3 TCSfilter.py file.tcs file_out.short.tcs minqual mincov
7373
from sys import argv
7474
RunModule(argv[1], argv[2], int(argv[3]), int(argv[4]))

0 commit comments

Comments
 (0)