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