Mercurial > repos > jpetteng > ectyper0_1
view ectyper @ 22:6633619837ad draft default tip
planemo upload commit cd1454c40a43ad9da3d59e6ba8359318fc772c43-dirty
author | charles_s_test |
---|---|
date | Mon, 12 Mar 2018 09:52:17 -0400 |
parents | b35d91bc0ead |
children |
line wrap: on
line source
#!/usr/bin/env python """ Shell program for ectyper """ import sys import os sys.path.append(os.path.join(os.path.dirname(__file__), "..")) from ectyper import ectyper if __name__=='__main__': ectyper.run_program()