comparison strip_header.py @ 0:b5f872c50249 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meningotype commit b4e0bbb9a2a23cbac9137a96d59bc1775c23c8a5
author iuc
date Tue, 13 Jun 2023 11:04:30 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b5f872c50249
1 #!/usr/bin/env python3
2
3 import sys
4
5 if __name__ == '__main__':
6 next(sys.stdin) # skip first line
7 for line in sys.stdin:
8 sys.stdout.write(line)