Mercurial > repos > jpayne > bioproject_to_srr_2
comparison bin/normalizer @ 7:5eb2d5e3bf22
planemo upload for repository https://toolrepo.galaxytrakr.org/view/jpayne/bioproject_to_srr_2/556cac4fb538
author | jpayne |
---|---|
date | Sun, 05 May 2024 23:32:17 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:b2745907b1eb | 7:5eb2d5e3bf22 |
---|---|
1 #!/home/crash/.pyenv/versions/3.12.1/bin/python3.12 | |
2 # -*- coding: utf-8 -*- | |
3 import re | |
4 import sys | |
5 from charset_normalizer.cli import cli_detect | |
6 if __name__ == '__main__': | |
7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) | |
8 sys.exit(cli_detect()) |