We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c37d9 commit 1ca6b04Copy full SHA for 1ca6b04
1 file changed
TCSfilter.py
@@ -69,6 +69,6 @@ def RunModule(infile_name, outfile_name, minqual, mincov):
69
ListWriter(infile_name, outfile_name, ShortList)
70
71
if __name__ == "__main__":
72
- # Usage: python3 TCSfilter.py file.tcs minqual mincov
+ # Usage: python3 TCSfilter.py file.tcs file_out.short.tcs minqual mincov
73
from sys import argv
74
RunModule(argv[1], argv[2], int(argv[3]), int(argv[4]))
0 commit comments