Mercurial > repos > cstrittmatter > ectyper_v1
view ectyper @ 1:5bf7e686149f draft default tip
planemo upload commit cd1454c40a43ad9da3d59e6ba8359318fc772c43-dirty
author | cstrittmatter |
---|---|
date | Fri, 30 Mar 2018 12:10:40 -0400 |
parents | 4b7f728bcd11 |
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()